修复BUG,Fix模式下弹出overlay出现滚动条
This commit is contained in:
parent
2e30c81245
commit
42aeb4594f
|
@ -21,6 +21,7 @@
|
|||
background: #2a3542;
|
||||
overflow-y: scroll;
|
||||
position: absolute;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
#sidebar .sub-menu > .sub li {
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue