Browse Source

fixed z-index of header semicircle

Maggie Cabrera 4 years ago
parent
commit
b328f9f75b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      brompton/sass/_extra-child-theme.scss

+ 1 - 1
brompton/sass/_extra-child-theme.scss

@@ -19,7 +19,7 @@
 		position: absolute;
 		top: -#{map-deep-get($config-global, "spacing", "vertical") + 5px};
 		width: 200px;
-		z-index: 1;
+		z-index: 3;
 	}
 }