We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ed397 commit c7d70beCopy full SHA for c7d70be
src/components/Sidebar/Sidebar.scss
@@ -17,7 +17,14 @@
17
padding: 1.5em;
18
position: sticky;
19
top: -1px;
20
- overflow: hidden;
+ overflow: scroll;
21
+ max-height: 100vh;
22
+ // To hide scrollbar in Firefox
23
+ scrollbar-width: none;
24
+ // To hide scrollbar in Chrome
25
+ &::-webkit-scrollbar {
26
+ width: 0 !important;
27
+ }
28
}
29
30
.sidebar__group {
0 commit comments