Revamped modal iframe dialog handling

This commit is contained in:
Bernd Bestel
2025-01-10 17:15:09 +01:00
parent 1900a5b8a2
commit 201bda93a2
33 changed files with 175 additions and 118 deletions

View File

@@ -113,9 +113,6 @@ button.disabled {
iframe.embed-responsive {
border: 0;
width: 1px;
min-width: 100%;
min-height: 700px;
}
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */
@@ -278,6 +275,21 @@ a:not([href]) {
z-index: 99998;
}
@media (min-width: 576px) {
.form .modal-dialog {
max-width: 650px;
}
.table .modal-dialog {
max-width: 90%;
}
}
.dropdown-menu {
max-height: 100vh;
overflow-y: auto;
}
/* Third party component customizations - DataTables */
.dataTable td {
vertical-align: middle !important;