Archived topic
Category Overlay overlaps sticky header
5 replies · Started by Dave on February 28, 2021
The overlay I have on my thumbnails overlaps the sticky header on both mobile and desktop.
Is there a way to make this behave as the rest of the content does and go under the sticky header?
Cheers,
Dave
Hi Dave,
Did you add this CSS here?
https://www.screencast.com/t/uJgAzAnrX
Yes. To add the overlay.
Cheers,
Dave
Try removing this line:
z-index: 9999;
If I reduce it to 99 it works. What exactly is that setting for bu the way :)
Cheers,
Dave
You can google "z-index CSS" to learn all about it with lots of examples :)