From 111cc21ab8c3710ff53ec36149fa2dce9813b5a6 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Sun, 26 May 2024 20:06:08 +0300 Subject: [PATCH] Update style.js --- web/src/components/App/style.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/App/style.js b/web/src/components/App/style.js index 482e135..b1e2e30 100644 --- a/web/src/components/App/style.js +++ b/web/src/components/App/style.js @@ -78,6 +78,7 @@ export const AppSidebarStyle = styled.div` color: ${sidebarFillColor}; white-space: nowrap; /* hide scrollbars */ + overflow-y: scroll; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* Internet Explorer 10+ */ ::-webkit-scrollbar {