ソースを参照

shifted .top-bar-section .dropdown's z-index to 100 to keep it above the Page Actions button

Garrick van Buren 12 年 前
コミット
b44553c932
1 ファイル変更4 行追加0 行削除
  1. 4 0
      assets/stylesheets/foreground.css

+ 4 - 0
assets/stylesheets/foreground.css

@@ -393,6 +393,10 @@ button, .button {
   text-align: left;
   text-align: left;
 }
 }
 
 
+.top-bar-section .dropdown {
+  z-index: 100;
+}
+
 input[type="submit"] {
 input[type="submit"] {
     background-color: #5da423;
     background-color: #5da423;
     border-color: #457a1a;
     border-color: #457a1a;