Always show models / overlay everything else (fixes #628)

This commit is contained in:
Bernd Bestel
2020-04-12 14:34:50 +02:00
parent 615de378ba
commit 3356b07342
2 changed files with 12 additions and 4 deletions

View File

@@ -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;