Skip to content

Commit 470a01c

Browse files
committed
hide horizontal scrollbar on sidebar
1 parent 9ba4869 commit 470a01c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/components/sidebar/_main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
text-align: center;
88
background: var(--sidebar-background);
99
overflow-y: auto;
10+
overflow-x: hidden;
1011
float: left;
1112
border-right: var(--border-default);
1213
flex-grow: 1;

0 commit comments

Comments
 (0)