修复BUG,Fix模式下弹出overlay出现滚动条

This commit is contained in:
Argo-Lenovo 2016-10-28 01:22:02 +08:00
parent 2e30c81245
commit 42aeb4594f
2 changed files with 4 additions and 2 deletions

View File

@ -21,6 +21,7 @@
background: #2a3542;
overflow-y: scroll;
position: absolute;
padding-bottom: 15px;
}
#sidebar .sub-menu > .sub li {

View File

@ -40,8 +40,9 @@
overflow: hidden;
overflow-y: auto;
position: absolute;
z-index: 1001;
z-index: 1;
display: block;
padding-bottom: inherit;
}
#sidebar {
@ -95,7 +96,7 @@
}
#sidebar {
margin-top: 94px;
padding-top: 94px;
height: 100%;
}