From ced46851639978d899ab49d1c384c09acb3c86e8 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Wed, 1 Jun 2016 22:14:06 -0700 Subject: [PATCH] Display notifications below modal backdrop --- client/source/sass/components/_notifications.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/source/sass/components/_notifications.scss b/client/source/sass/components/_notifications.scss index f5d01198..403589d2 100644 --- a/client/source/sass/components/_notifications.scss +++ b/client/source/sass/components/_notifications.scss @@ -14,7 +14,7 @@ $notification--foreground: #8fa2b2; right: $spacing-unit * 1/5; transition: opacity 0.25s; width: 250px; - z-index: 1000; + z-index: 99; &-leave { opacity: 1;