Commit 08083c75 authored by Phil Hughes's avatar Phil Hughes

Removed z-index from flash container

Fixes styling error where the flash container would end up above the
header when scrolling
parent d1dbc496
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
margin: 0; margin: 0;
margin-bottom: $gl-padding; margin-bottom: $gl-padding;
font-size: 14px; font-size: 14px;
z-index: 100;
.flash-notice { .flash-notice {
@extend .alert; @extend .alert;
...@@ -41,4 +40,3 @@ ...@@ -41,4 +40,3 @@
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment