When scrolling down the page, if the sticky navigation is over a container link, the nav links don’t work. I’ve tried adding this to my css, but no dice:
#sticky-navigation {
z-index: 10000 !important;
}
Interestingly, the issue does not occur over buttons blocks. As far as I can tell, it’s mostly links over containers and images. Any ideas for a fix? Thank you!