fix: [sidebar.css] : style bug in windows

This commit is contained in:
Pan 2018-09-10 13:45:26 +08:00
parent 912c4eb228
commit e627166540
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
right: 0px; right: 0px;
} }
.scrollbar-wrapper { .scrollbar-wrapper {
height: calc(100% + 15px); overflow-x: hidden!important;
.el-scrollbar__view { .el-scrollbar__view {
height: 100%; height: 100%;
} }