diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:40:02 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:40:02 +0300 |
commit | fede36f08995790d0aed89fdc3eeaacd94e98dc5 (patch) | |
tree | 52bd55bcdb75318c0e3e86a941d2871bf7bb1108 | |
parent | 8dd37afe3489ef46e14b33c66d9b80e913540f62 (diff) | |
download | gitlab-ce-fede36f08995790d0aed89fdc3eeaacd94e98dc5.tar.gz |
Add z-index to flash message
-rw-r--r-- | app/assets/stylesheets/common.scss | 1 |
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; |