修复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; background: #2a3542;
overflow-y: scroll; overflow-y: scroll;
position: absolute; position: absolute;
padding-bottom: 15px;
} }
#sidebar .sub-menu > .sub li { #sidebar .sub-menu > .sub li {

View File

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