mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 00:26:20 +08:00
fix: scrollbar height is too small (#4038)
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
/* 只有非mac下才进行调整,mac下使用默认滚动条 */
|
/* 只有非mac下才进行调整,mac下使用默认滚动条 */
|
||||||
html:not([data-platform='macOs']) {
|
html:not([data-platform='macOs']) {
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
@apply h-[1px] w-[10px];
|
@apply h-[10px] w-[10px];
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
Reference in New Issue
Block a user