Lower the z-index so it does not clash with the publishing menu
This commit is contained in:
committed by
Sebastiaan Janssen
parent
99dcbd3272
commit
885f0f0cae
@@ -32,7 +32,7 @@
|
||||
[umb-sticky-bar] {
|
||||
transition: box-shadow 240ms;
|
||||
position:sticky;
|
||||
z-index: 99;
|
||||
z-index: 30;
|
||||
|
||||
&.umb-sticky-bar--active {
|
||||
box-shadow: 0 6px 3px -3px rgba(0,0,0,.16);
|
||||
|
||||
Reference in New Issue
Block a user