barcadia icon indicating copy to clipboard operation
barcadia copied to clipboard

Fix element overlap for nav module

Open devdanio opened this issue 2 years ago • 1 comments

Root nav elements with drop downs prevent the next siblings root nav element from being clickable. That is because the drop down elements are rendered on top of the root nav element, despite not being visible on screen. Here's what it looks like when there is no overflow:hidden. I can only click on "Blog" by hovering over the "Bl", otherwise, I would be clicking on the hidden drop down nav menu.

image

devdanio avatar Apr 27 '23 18:04 devdanio

Deploy request for barcadia pending review.

Visit the deploys page to approve it

Name Link
Latest commit 0f1b9e2b3f4b19ad65d9f3d0015b2bf1bc677719

netlify[bot] avatar Apr 27 '23 18:04 netlify[bot]