Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-09-08 16:06:59 +0300
committerPhil Hughes <me@iamphill.com>2016-09-08 16:07:05 +0300
commit08083c75111dd8c920499cb3fc95df620a1c2db8 (patch)
treea9876fd825cb0fa2bbde272aa49cba7d9214ceb1 /app/assets/stylesheets/framework/flash.scss
parentd1dbc496783699a72bddb72c2ec7b16bb5fbad9a (diff)
Removed z-index from flash container
Fixes styling error where the flash container would end up above the header when scrolling
Diffstat (limited to 'app/assets/stylesheets/framework/flash.scss')
-rw-r--r--app/assets/stylesheets/framework/flash.scss2
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 @@
}
}
}
-