Navbar at bottom of screen on mobile #21
Labels
enhancement
New feature or request
frontend
Jinja, HTML, CSS and JavaScript
responsiveness
Mobile-friendlyness, compatibility with small screens, touch devices etc.
Milestone
On one-handed touch devices such as smartphones, it is usually more ergonomic to have the navbar at the bottom of the screen, where the thumb usually rests.
This is also the default for the URL bar on Firefox for Android.
Possible solution ist to do the following below a certain Bootstrap breakpoint:
class="fixed-bottom"
.scrolled-up
and.scrolled-down
CSS rulesbody
The text was updated successfully, but these errors were encountered: