浏览代码

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;
 }
 
+.top-bar-section .dropdown {
+  z-index: 100;
+}
+
 input[type="submit"] {
     background-color: #5da423;
     border-color: #457a1a;