Explorar el Código

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

Garrick van Buren hace 12 años
padre
commit
b44553c932
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;