fixed bad zIndex for modals (which were not visible)

Signed-off-by: fnuesse <felix.nuesse@t-online.de>
This commit is contained in:
fnuesse 2019-05-12 13:01:06 +02:00
parent 301029299e
commit 3b5c8e96dc
No known key found for this signature in database
GPG key ID: 2089A3431243E819
2 changed files with 9 additions and 0 deletions

View file

@ -92,3 +92,7 @@
}
}
//This moves the modal from tbe background to the foreground so that it is actually visible
.ui-front{
z-index: 9999 !important;
}

View file

@ -68,4 +68,9 @@
display: none;
}
//bottom line end
}
//This moves the modal from tbe background to the foreground so that it is actually visible
.ui-front{
z-index: 9999 !important;
}