refs #888 Show scrollbar only hoverred in SideMenu
This commit is contained in:
parent
d85f884079
commit
71bcf0a083
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue