How to get bottom nav (btm-nav) from appearing above content #1055
Answered
by
vnugent
MeikyuuTrader
asked this question in
Q&A
-
|
I've added a bottom navbar from the examples to my main layout class, however, the bottom navbar is always appearing above my content. That is to say my content gets cut off by the navbar. Is this intended? Would there be anyway to make the bottom nav appear stickied at the bottom, but the inner content takes in the btm nav height and doesn't cut off content? Beyond calculating padding of the btm-nav and adding it the class |
Beta Was this translation helpful? Give feedback.
Answered by
vnugent
Aug 25, 2022
Replies: 1 comment 1 reply
-
|
Have you tried Tailwind z-index? z-10, z-50, etc |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
MeikyuuTrader
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried Tailwind z-index? z-10, z-50, etc