Browse Source

Similar z-index fix for personal tools.

Jamie Thingelstad 11 years ago
parent
commit
ff50b98772
1 changed files with 3 additions and 0 deletions
  1. 3 0
      assets/stylesheets/foreground.css

+ 3 - 0
assets/stylesheets/foreground.css

@@ -34,6 +34,9 @@ body.action-formedit .row.hide-on-form-edit { display: none;}
 #toolbox-dropdown {
 #toolbox-dropdown {
   z-index: 10000000;
   z-index: 10000000;
 }
 }
+#personal-tools-dropdown {
+  z-index: 10000000;
+}
 
 
 td.mw-submit a,
 td.mw-submit a,
 .htmlform-tip,
 .htmlform-tip,