修改BUG:iOS小屏设备横屏模式下弹框不可滚动
This commit is contained in:
parent
b26b913011
commit
35ff82de51
|
@ -99,3 +99,10 @@
|
|||
padding-bottom: 54px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-height: 400px) {
|
||||
.modal-body {
|
||||
height: 180px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
.logfile {
|
||||
color: #d41404;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.logfile:focus, .logfile:active, .logfile:hover {
|
||||
|
|
Loading…
Reference in New Issue