fix: apply reasonable defaults to all scrollbar thumbs

This commit is contained in:
Paul Makles
2021-12-30 15:33:13 +00:00
parent b2bbdad4bc
commit 445a988a23
3 changed files with 5 additions and 3 deletions

View File

@@ -37,8 +37,6 @@ 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;
}