fix(settings): scrollbar

This commit is contained in:
trashtemp
2021-12-30 14:44:33 +01:00
parent af1d255f11
commit 5bd30297f5
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@
&::-webkit-scrollbar-thumb {
min-height: 150px;
border-top: 56px solid transparent;
border-bottom: var(--bottom-navigation-height) solid transparent;
//border-bottom: var(--bottom-navigation-height) solid transparent;
}
}