Skip to content

Commit d2d323b

Browse files
committed
fix: [sidebar.css] : style bug in windows PanJiaChen#702
1 parent 66613f0 commit d2d323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/sidebar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
2323
}
2424
.scrollbar-wrapper {
25-
height: calc(100% + 15px);
25+
overflow-x: hidden!important;
2626
.el-scrollbar__view {
2727
height: 100%;
2828
}

0 commit comments

Comments
 (0)