Display notifications below modal backdrop

This commit is contained in:
John Furrow
2016-06-01 22:14:06 -07:00
parent ca01c3869e
commit ced4685163
@@ -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;