-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bottom Bar Not Visible on Mobile Without Scrolling #5744
Comments
Disclaimer: This comment was automatically generated with AI. It can give some useful hints as to where to look for, but sometimes it can also give very inaccurate answers so takes this with a pinch of salt :). To ensure the bottom bar is always visible on mobile devices, follow these steps:
Example: bottom-bar {
height: 10lvh;
position: fixed;
bottom: 0;
width: 100%;
} References |
Hi, Can I work on this? @Bonapara |
Sure @OHSOHYEON00, thanks for contributing (Again!) :) |
Hi @OHSOHYEON00, are you still working on this? I'm unassigning you, but let me know if you still want to handle it! |
Hey, If no one is working, then can you please assign this issue? i might want to give it a try. Thanks : ) |
Sure @dhruvdabhi101, thanks for contributing! |
Current Behavior
The bottom bar is not directly visible on mobile. To see it, I have to scroll the page by placing my finger at the extreme edge of the screen.
RPReplay_Final1717576568.MP4
Desired Behavior
The bottom bar should always be visible. Use
LVH
or other modern CSS viewport units to account for the browser's collapsing navbar.The text was updated successfully, but these errors were encountered: