Bottom nav bar in react web app, positioned fixed and bottom 0, moving when scrolling on browsers other than Chrome
In my react web app, I have a bottom nav bar that I need to be fixed on all pages. I’m using position fixed and bottom 0. The issue is that the bottom bar is moving on scrolling up and down on browsers other than Chrome. I want it to be fixed and show no movement on scrolling, as it is annoying to the user.