Update style.js

This commit is contained in:
nikk gitanes
2024-05-26 20:06:08 +03:00
parent 445f640d29
commit 111cc21ab8

View File

@@ -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 {