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] {
|
[umb-sticky-bar] {
|
||||||
transition: box-shadow 240ms;
|
transition: box-shadow 240ms;
|
||||||
position:sticky;
|
position:sticky;
|
||||||
z-index: 99;
|
z-index: 30;
|
||||||
|
|
||||||
&.umb-sticky-bar--active {
|
&.umb-sticky-bar--active {
|
||||||
box-shadow: 0 6px 3px -3px rgba(0,0,0,.16);
|
box-shadow: 0 6px 3px -3px rgba(0,0,0,.16);
|
||||||
|
|||||||
Reference in New Issue
Block a user