mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
fix(scrollbar): fixed scrollbar
This commit is contained in:
parent
fc0224562f
commit
675992bbc1
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ const ChannelMain = styled.div`
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
> * > ::-webkit-scrollbar-thumb {
|
> * > ::-webkit-scrollbar-thumb {
|
||||||
|
min-height: 100px; //TOFIX: add this to all scrollbars so they do not disappear
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
border-top: 48px solid transparent;
|
border-top: 48px solid transparent;
|
||||||
|
|
Loading…
Reference in a new issue