summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 12:40:02 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-21 12:40:02 +0300
commitfede36f08995790d0aed89fdc3eeaacd94e98dc5 (patch)
tree52bd55bcdb75318c0e3e86a941d2871bf7bb1108
parent8dd37afe3489ef46e14b33c66d9b80e913540f62 (diff)
downloadgitlab-ce-fede36f08995790d0aed89fdc3eeaacd94e98dc5.tar.gz
Add z-index to flash message
-rw-r--r--app/assets/stylesheets/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index d9669b5e79d..66cc2ffc92d 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -55,6 +55,7 @@ table a code {
bottom: 0;
width: 100%;
opacity: 0.8;
+ z-index: 100;
.flash-notice {
background: #49C;