change z index of banner alerts to prevent other items from overlaying on it

This commit is contained in:
cptran777 2018-05-03 15:10:17 -07:00
parent 5f18894efe
commit e9fe18b33b

View File

@ -4,6 +4,7 @@
width: 100vw; width: 100vw;
transition: height $banner-animation-speed ease; transition: height $banner-animation-speed ease;
overflow: hidden; overflow: hidden;
z-index: 9001;
&--show { &--show {
height: $banner-alerts-height; height: $banner-alerts-height;