修复BUG,Fix模式下弹出overlay出现滚动条
This commit is contained in:
parent
2e30c81245
commit
42aeb4594f
|
@ -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 {
|
||||||
|
|
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue