Change current header z-index so widget/gallery/sidepeek close button works on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user