mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 11:49:23 +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;
|
||||
transition: height $banner-animation-speed ease;
|
||||
overflow: hidden;
|
||||
z-index: 9001;
|
||||
|
||||
&--show {
|
||||
height: $banner-alerts-height;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user