修改BUG:修复上传头像预览全屏功能

This commit is contained in:
Argo-Lenovo 2017-03-12 16:52:11 +08:00
parent d02e95d2d7
commit 992cfd743e
1 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,10 @@
max-height: 480px; max-height: 480px;
overflow-y: auto; overflow-y: auto;
} }
.file-zoom-dialog .modal-body {
max-height: none;
}
} }
@media (max-height: 568px) { @media (max-height: 568px) {