refs #888 Show scrollbar only hoverred in SideMenu

This commit is contained in:
AkiraFukushima 2019-04-20 11:30:51 +09:00
parent d85f884079
commit 71bcf0a083
1 changed files with 5 additions and 1 deletions

View File

@ -282,7 +282,7 @@ export default {
height: calc(100% - 82px);
width: 180px;
border: none;
overflow-y: auto;
overflow-y: hidden;
.el-badge__content {
background-color: #409eff;
@ -307,6 +307,10 @@ export default {
}
}
.timeline-menu:hover /deep/ {
overflow-y: auto;
}
.narrow-menu /deep/ {
width: 64px;