适配iOS后台欢迎页面高度

This commit is contained in:
Argo-Lenovo 2016-11-12 20:53:38 +08:00
parent b870d525fc
commit 9db8481e78
2 changed files with 2 additions and 3 deletions

View File

@ -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%;

View File

@ -38,7 +38,7 @@
}
}
@media (min-height: 700px) {
@media (min-height: 672px) {
html, body {
height: 100%;
overflow: hidden;