From 311efd3afd7e43de33547ff16bff982f17013e16 Mon Sep 17 00:00:00 2001 From: Philippe Barbosa Date: Sun, 3 Apr 2016 23:44:14 +0200 Subject: [PATCH] Updated z-index for notification block --- app/festival/static/css/index.css | 5 +++-- app/festival/static/scss/components/_messages.scss | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/festival/static/css/index.css b/app/festival/static/css/index.css index df8f62e7..0e4069ce 100755 --- a/app/festival/static/css/index.css +++ b/app/festival/static/css/index.css @@ -2038,6 +2038,7 @@ th { border-radius: 3px; box-shadow: 0 0 20px #555; position: fixed; + z-index: 9999; top: 1rem; right: 1rem; -webkit-animation-name: fadeIn; @@ -2049,7 +2050,7 @@ th { color: #c4a563; } -/* line 30, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */ +/* line 31, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */ .notification__remove { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; @@ -2157,7 +2158,7 @@ th { } } -/* line 83, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */ +/* line 84, /Users/philippebarbosa/Sites/ircam-manifeste/app/festival/static/scss/components/_messages.scss */ .slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; diff --git a/app/festival/static/scss/components/_messages.scss b/app/festival/static/scss/components/_messages.scss index 0bbd0fbf..a6e00e4f 100755 --- a/app/festival/static/scss/components/_messages.scss +++ b/app/festival/static/scss/components/_messages.scss @@ -19,6 +19,7 @@ border-radius: 3px; box-shadow: 0 0 20px $gray_darker; position: fixed; + z-index: $zi-master; top: 1rem; right: 1rem; animation-name: fadeIn; -- 2.39.5