fix(settings): fix mobile scrollbar padding

This commit is contained in:
Paul Makles
2022-01-04 23:11:58 +00:00
parent cad1c2fc3a
commit 2edf122b34
2 changed files with 7 additions and 18 deletions

View File

@@ -13,8 +13,8 @@
}
::-webkit-scrollbar-thumb {
min-height: 30px;
min-width: 30px;
min-height: 30px;
background-clip: content-box;
background: var(--scrollbar-thumb);