适配最小高度600,小于600的body出现滚动条

This commit is contained in:
Argo-Lenovo 2016-11-07 17:30:09 +08:00
parent bb82b88756
commit 94f745936f
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
}
}
@media (min-height: 768px) {
@media (min-height: 600px) {
html, body {
height: 100%;
overflow: hidden;