diff options
author | Phil Hughes <me@iamphill.com> | 2016-09-08 14:06:59 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-09-08 14:07:05 +0100 |
commit | 08083c75111dd8c920499cb3fc95df620a1c2db8 (patch) | |
tree | a9876fd825cb0fa2bbde272aa49cba7d9214ceb1 | |
parent | d1dbc496783699a72bddb72c2ec7b16bb5fbad9a (diff) | |
download | gitlab-ce-flash-container-z-index.tar.gz |
Removed z-index from flash containerflash-container-z-index
Fixes styling error where the flash container would end up above the
header when scrolling
-rw-r--r-- | app/assets/stylesheets/framework/flash.scss | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ } } } - |