Added z-index 1000 to ui-dialog to ensure dialogs overlay maps and such things.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 29 Nov 2018 19:48:36 +0000 (14:48 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 29 Nov 2018 19:50:38 +0000 (14:50 -0500)
css/admin.css [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3cac1b9..70c2c83
@@ -377,6 +377,7 @@ td.glm-nowrap {
     border: 1px black solid;
     border-radius: 7px;
     padding: 5px;
+    z-index: 1000 !important;
 }
 .glm-dialog-no-close .ui-dialog-titlebar-close {
     display: none;