Is there a way to ensure that the bottom navigation bar remains fixed at the bottom of the screen, regardless of the device's screen size?
position: absolute;
bottom: 0;
width: 100%;
While this solution works, it has been observed that when the keyboard is open on a phone, it tends to push the navigation bar up.