修改BUG:iPhone5横屏适配菜单弹框

This commit is contained in:
Argo-Lenovo 2016-11-25 17:14:19 +08:00
parent eb568b1490
commit b5704357ae
1 changed files with 3 additions and 3 deletions

View File

@ -131,14 +131,14 @@
@media (min-height: 568px) {
.modal-body {
max-height: 440px;
max-height: 480px;
overflow-y: auto;
}
}
@media (max-height: 567px) {
@media (max-height: 568px) {
.modal-body {
height: 260px;
height: 300px;
overflow-y: auto;
}
}