mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Always show models / overlay everything else (fixes #628)
This commit is contained in:
@@ -308,6 +308,11 @@ input::-webkit-inner-spin-button {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* Always show modals over everything else */
|
||||
.modal {
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
/* Third party component customizations - DataTables */
|
||||
.dataTable td {
|
||||
vertical-align: middle !important;
|
||||
|
Reference in New Issue
Block a user