Merge pull request #14090 from seamuslee001/5.13
[civicrm-core.git] / css / menubar-wordpress.css
index 33d227418da89293fd0d5f871bf4013c21ad265d..792b59e7dfbee94b5ffa55597ba8ba4945e6d0e2 100644 (file)
@@ -57,3 +57,8 @@
   }
 
 }
+
+/* Make admin bar hide behind popup windows */
+body.ui-dialog-open #adminmenuwrap {
+  z-index: 100 !important;
+}