From 675992bbc146e30858f2eec2bfd324beff51f49b Mon Sep 17 00:00:00 2001 From: trashtemp <96388163+trashtemp@users.noreply.github.com> Date: Thu, 30 Dec 2021 14:07:41 +0100 Subject: [PATCH] fix(scrollbar): fixed scrollbar --- src/pages/channels/Channel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/channels/Channel.tsx b/src/pages/channels/Channel.tsx index df0dfe10..c25646f5 100644 --- a/src/pages/channels/Channel.tsx +++ b/src/pages/channels/Channel.tsx @@ -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;