diff --git a/web/src/components/App/style.js b/web/src/components/App/style.js index fe63790..482e135 100644 --- a/web/src/components/App/style.js +++ b/web/src/components/App/style.js @@ -77,6 +77,14 @@ export const AppSidebarStyle = styled.div` background: ${sidebarBGColor}; color: ${sidebarFillColor}; white-space: nowrap; + /* hide scrollbars */ + scrollbar-width: none; /* Firefox */ + -ms-overflow-style: none; /* Internet Explorer 10+ */ + ::-webkit-scrollbar { + display: none; /* Safari and Chrome */ + width: 0; /* Remove scrollbar space */ + background: transparent; + } svg { fill: ${sidebarFillColor};