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
-
I noticed on your expose homepage if you shrink down to mobile size there is a
z-index
issue when clicking on the navigation.To fix, you might add
relative z-10
to 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:
Beta Was this translation helpful? Give feedback.
All reactions