Ver código fonte

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

sixhours 4 anos atrás
pai
commit
29a4058a85
1 arquivos alterados com 1 adições e 3 exclusões
  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;