Change current header z-index so widget/gallery/sidepeek close button works on mobile

This commit is contained in:
Linus Flood
2024-11-28 12:38:22 +01:00
parent 5650538731
commit 86ddd79a38

View File

@@ -7,7 +7,7 @@
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
z-index: var(--header-z-index);
height: var(--current-mobile-site-header-height);
max-width: var(--max-width-navigation);
margin: 0 auto;