mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-19 14:24:01 +00:00
change z index of banner alerts to prevent other items from overlaying on it
This commit is contained in:
parent
5f18894efe
commit
e9fe18b33b
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user