Fix scrolling issue for iOS / iPad OS
Window height in iPad is actually less than 100vh because of the presence of a bottom bar in the browser. Adding position: fixed and max-height: 100% fixes this.
Showing
Please register or sign in to comment