perf[Sidebar]: refine el-scrollbar__bar css

This commit is contained in:
Pan 2018-09-07 17:18:03 +08:00
parent ccd07c3d63
commit 912c4eb228
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@
.horizontal-collapse-transition {
transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
.el-scrollbar__bar.is-vertical{
right: 0px;
}
.scrollbar-wrapper {
height: calc(100% + 15px);
.el-scrollbar__view {