Browse Source

Merge pull request #2089 from pattems/template-fix

Fix Dropdown being obscured by other elements
Alexandre Alapetite 7 years ago
parent
commit
a6057913c5
1 changed files with 1 additions and 1 deletions
  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;