Mobile Nav Style Issue #271
daugaard47
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I noticed on your expose homepage if you shrink down to mobile size there is a
z-indexissue when clicking on the navigation.To fix, you might add
relative z-10to your<main>class like this.<main class="relative z-10 mt-10 mx-auto px-4 sm:mt-12 lg:mt-0 sm:px-6 lg:px-8 flex-col lg:flex-row lg:flex md:pt-4 lg:w-full lg:pt-12 xl:pt-16">Before:

After:

All reactions