Skip to content

Commit 16e2412

Browse files
committed
refactor: restore the default scroller style
1 parent 80ff286 commit 16e2412

File tree

1 file changed

+2
-2
lines changed
  • packages/@vuepress-reco/tailwindcss-config/src/client/styles

1 file changed

+2
-2
lines changed

packages/@vuepress-reco/tailwindcss-config/src/client/styles/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
}
200200

201201
/************** 滚动条 **************/
202-
::-webkit-scrollbar {
202+
/* ::-webkit-scrollbar {
203203
width: 10px;
204204
height: 10px;
205205
}
@@ -216,5 +216,5 @@
216216
::-webkit-scrollbar-thumb:horizontal {
217217
width: 10px;
218218
@apply bg-reco-primary rounded-lg;
219-
}
219+
} */
220220
}

0 commit comments

Comments
 (0)