Browse Source

Merge pull request #1054 from Aurorum/fix/1053

Shoreditch: Ensure Site Header isn't Overlapped
Caroline Moore 4 years ago
parent
commit
b9cdc59965
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shoreditch/style.css

+ 1 - 1
shoreditch/style.css

@@ -938,7 +938,7 @@ label {
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
 	position: relative;
-	z-index: 1;
+	z-index: 9999;
 }
 
 .site-branding {