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

This commit is contained in:
Pan 2018-05-28 11:01:07 +08:00
parent 66613f0373
commit d2d323bb02

View file

@ -22,7 +22,7 @@
transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
} }
.scrollbar-wrapper { .scrollbar-wrapper {
height: calc(100% + 15px); overflow-x: hidden!important;
.el-scrollbar__view { .el-scrollbar__view {
height: 100%; height: 100%;
} }