Skip to content

Commit 25c84bb

Browse files
committed
chore(SideBar): hide scroll bar style
1 parent ee660ca commit 25c84bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/side-bar/side-bar.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
height: @side-bar-height;
1212
overflow-y: auto;
1313

14+
&::-webkit-scrollbar {
15+
display: none;
16+
}
17+
1418
&__padding {
1519
flex: 1;
1620
background-color: @side-bar-bg-color;

0 commit comments

Comments
 (0)