소스 검색

Merge pull request #3848 from Automattic/fix/canard-menu-overlap

Canard: Set a high z-index on the menu to avoid it being obscured
Caroline Moore 4 년 전
부모
커밋
2495bccf38
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      canard/style.css

+ 1 - 3
canard/style.css

@@ -3616,9 +3616,7 @@ a {
 	}
 	.main-navigation {
 		float: left;
-	}
-	.main-navigation {
-		z-index: 1;
+		z-index: 99;
 	}
 	.main-navigation > div {
 		display: block;