mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 15:10:57 -05:00
fix(settings): fixed scrollbar for mobile
This commit is contained in:
parent
672b657f58
commit
ee3f6bede7
1 changed files with 3 additions and 0 deletions
|
@ -45,7 +45,9 @@
|
||||||
|
|
||||||
.scrollbox {
|
.scrollbox {
|
||||||
&::-webkit-scrollbar-thumb {
|
&::-webkit-scrollbar-thumb {
|
||||||
|
min-height: 150px;
|
||||||
border-top: 56px solid transparent;
|
border-top: 56px solid transparent;
|
||||||
|
border-bottom: var(--bottom-navigation-height) solid transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -117,6 +119,7 @@
|
||||||
|
|
||||||
// All children receive custom scrollbar.
|
// All children receive custom scrollbar.
|
||||||
> * > ::-webkit-scrollbar-thumb {
|
> * > ::-webkit-scrollbar-thumb {
|
||||||
|
min-height: 100px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
border-top: 80px solid transparent;
|
border-top: 80px solid transparent;
|
||||||
|
|
Loading…
Reference in a new issue