适配iOS后台欢迎页面高度
This commit is contained in:
parent
b870d525fc
commit
9db8481e78
|
@ -8,7 +8,6 @@
|
|||
#sidebar {
|
||||
display: none;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 5;
|
||||
}
|
||||
|
@ -85,7 +84,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-height: 700px) {
|
||||
@media (min-height: 672px) {
|
||||
#sidebar {
|
||||
padding-top: 94px;
|
||||
height: 100%;
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (min-height: 700px) {
|
||||
@media (min-height: 672px) {
|
||||
html, body {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in New Issue