One of the challenges I am facing with my website layout is the grid structure that consists of a fixed header, scrollable content, and a fixed footer. The issue arises when using iOS Safari because the bottom navbar and URL bar never go away even when scrolling the content.
I have tried setting the body height to 100% and making the content div scrollable for overflow, but without success. My dilemma now lies in whether or not I need to enable scrolling on the body in order to fix this problem.