Sticky header vs lightbox modal
-
Hi All,
I am looking for help with setting the z index of my sticky header so I can see all of the lightbox gallery. Thanks in advance for any help.
I want to change this: snip
… to this: snip
…but anywhere on page so user doesn’t have to scroll to the top of the page in order to see the “X” close button.I have been trying this CSS:
.swiper-zoom-container{ z-index: 2147483647 !important; } .inside-navigation.grid-container.grid-parent{ z-index: 999998 !important; }
I am getting the classes from inspecting element, which also shows the sticky header to have z-index of
auto
.I really want to be able to move it behind the lightbox gallery.
The page is here.
The lightbox is at the bottom of page.Can you see what I am doing wrong or a way to check if the auto z-index for the sticky header is !important?
Alternatively another way to display an expanded lightbox gallery without the close button hiding behind the sticky header?
Bw,
BenThe page I need help with: [log in to see the link]
- The topic ‘Sticky header vs lightbox modal’ is closed to new replies.