forked from abner/for-legacy-web
fix(settings): fix mobile scrollbar padding
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
min-height: 30px;
|
||||
min-width: 30px;
|
||||
min-height: 30px;
|
||||
|
||||
background-clip: content-box;
|
||||
background: var(--scrollbar-thumb);
|
||||
|
||||
Reference in New Issue
Block a user