This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
Image attribution div prevents menu from being used on Venue page #48
Labels
bug
Something isn't working
https://2023.pycascades.com/about/venue/
I added a z-index to the image attribution text in the top left of the image area because otherwise, it shows up behind some other elements and none of the links can be clicked on. The only problem with that is that the div itself now stretches across the page and shows up on top of the navbar dropdowns, so trying to use the nav on that page is impossible since you lose hover as soon as you go over this div with a higher z-index. I'd add a z-index to the navbar too but it seems I can't do that because it's
display: block
🤔The text was updated successfully, but these errors were encountered: