From fede36f08995790d0aed89fdc3eeaacd94e98dc5 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets 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(+), 0 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index d9669b5..66cc2ff 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; -- libgit2 0.21.2