allow wide modal boxes to be 642px height which is enough for an iframe with 600px height

This commit is contained in:
Uwe Steinmann 2022-08-19 15:37:12 +02:00
parent e827a6c2d7
commit eb1034d1cc

View File

@ -434,6 +434,9 @@ ul.qq-upload-list li span {
width: 900px;
margin-left: -450px;
}
.modal-wide .modal-body {
max-height: 642px;
}
}
@media (max-width: 480px) {