From fede36f08995790d0aed89fdc3eeaacd94e98dc5 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Wed, 21 Aug 2013 12:40:02 +0300 Subject: [PATCH] Add z-index to flash message --- app/assets/stylesheets/common.scss | 1 + 1 file changed, 1 insertion(+) 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; -- GitLab