Przeglądaj źródła

Merge pull request #2089 from pattems/template-fix

Fix Dropdown being obscured by other elements
Alexandre Alapetite 7 lat temu
rodzic
commit
a6057913c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -256,7 +256,7 @@ a.btn {
 }
 .dropdown-target:target ~ .dropdown-menu {
 	display: block;
-	z-index: 10;
+	z-index: 1000;
 }
 .dropdown-close {
 	display: inline;