Browse Source

Set a higher z-index on the menu to avoid it being overlapped by other page elements.

sixhours 4 years ago
parent
commit
29a4058a85
1 changed files with 1 additions and 3 deletions
  1. 1 3
      canard/style.css

+ 1 - 3
canard/style.css

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