From 08083c75111dd8c920499cb3fc95df620a1c2db8 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Thu, 8 Sep 2016 14:06:59 +0100 Subject: Removed z-index from flash container Fixes styling error where the flash container would end up above the header when scrolling --- app/assets/stylesheets/framework/flash.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/framework/flash.scss b/app/assets/stylesheets/framework/flash.scss index 0c21d0240b3..7ae309ba103 100644 --- a/app/assets/stylesheets/framework/flash.scss +++ b/app/assets/stylesheets/framework/flash.scss @@ -3,7 +3,6 @@ margin: 0; margin-bottom: $gl-padding; font-size: 14px; - z-index: 100; .flash-notice { @extend .alert; @@ -41,4 +40,3 @@ } } } - -- cgit v1.2.1