Closed yohuck closed 2 years ago
Good one @yohuck! Hadn't spotted it yet 🤔 Thanks for submitting!
@markteekman I'm happy to work it if you'd like!
Sure @yohuck! I appreciate the help 😊
@markteekman made PR https://github.com/markteekman/accessible-astro-starter/pull/47. LMK if you need anything else!
Thanks a lot @yohuck! Merged and updated the release, thanks for your help. Let me know if you find anything else 🙂
The sub menu z-index is set to 0 on desktop so it doesn't inherit the menu z-index of 100 and displays underneath components like the cards.
In the chrome developer tools it can be debugged by switching off the z-index: 0:
main-navigation.is-desktop .desktop-menu {
}