Lower the z-index so it does not clash with the publishing menu

This commit is contained in:
BatJan
2019-09-26 14:50:35 +02:00
committed by Sebastiaan Janssen
parent 99dcbd3272
commit 885f0f0cae

View File

@@ -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);