소스 검색

Merge pull request #2089 from pattems/template-fix

Fix Dropdown being obscured by other elements
Alexandre Alapetite 7 년 전
부모
커밋
a6057913c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;