修改BUG:iOS小屏设备横屏模式下弹框不可滚动

This commit is contained in:
Argo-Lenovo 2016-11-19 11:45:31 +08:00
parent b26b913011
commit 35ff82de51
2 changed files with 8 additions and 0 deletions

View File

@ -99,3 +99,10 @@
padding-bottom: 54px;
}
}
@media (max-height: 400px) {
.modal-body {
height: 180px;
overflow-y: auto;
}
}

View File

@ -1,5 +1,6 @@
.logfile {
color: #d41404;
white-space: nowrap;
}
.logfile:focus, .logfile:active, .logfile:hover {