fix(settings): fixed scrollbar for mobile

pull/1049/head
trashtemp 2021-12-30 14:16:31 +01:00
parent 75b26308fa
commit 0f447ac237
1 changed files with 3 additions and 0 deletions

View File

@ -45,7 +45,9 @@
.scrollbox {
&::-webkit-scrollbar-thumb {
min-height: 150px;
border-top: 56px solid transparent;
border-bottom: var(--bottom-navigation-height) solid transparent;
}
}
@ -117,6 +119,7 @@
// All children receive custom scrollbar.
> * > ::-webkit-scrollbar-thumb {
min-height: 100px;
width: 4px;
background-clip: content-box;
border-top: 80px solid transparent;