mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Revamped modal iframe dialog handling
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user