修改BUG:弹窗内容太多时,在电脑屏幕上超出屏幕窗口

This commit is contained in:
Argo-Lenovo 2017-04-07 19:06:20 +08:00
parent 4c005c355a
commit cf60c38be5
2 changed files with 6 additions and 2 deletions

View File

@ -98,4 +98,9 @@
.aside.open {
transform: translate(0);
}
.modal-dialog .modal-body {
max-height: 600px;
overflow: auto;
}
}

View File

@ -255,12 +255,11 @@
@media (min-height: 672px) {
.icon-content.menu-content {
height: 600px;
top: 0;
bottom: 0;
}
.modal .modal-dialog .menu-content .modal-body {
max-height: 486px;
max-height: 600px;
}
}