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:
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