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 {