fix(scrollbar): fixed scrollbar

This commit is contained in:
trashtemp 2021-12-30 14:07:41 +01:00
parent fc0224562f
commit 675992bbc1
No known key found for this signature in database
GPG key ID: D1F0DB65081B0FC6

View file

@ -37,6 +37,7 @@ const ChannelMain = styled.div`
flex-direction: row;
> * > ::-webkit-scrollbar-thumb {
min-height: 100px; //TOFIX: add this to all scrollbars so they do not disappear
width: 4px;
background-clip: content-box;
border-top: 48px solid transparent;