Experiencing some challenges with the container design for a job sheet project. As a beginner, I have been learning on the fly and following online tutorials to create functional forms. However, this particular form is not rendering correctly when viewed on mobile devices like iPhone and Samsung.
The screen seems to be cutting off important sections at the top, making it difficult to access crucial information. Examples include the inability to view the top of the page on a Samsung Galaxy device or scroll up completely on an iPhone XR.
I attempted to adjust the positioning of the container by setting a 'top' style to 80%, which partially solved the issue but still left the bottom portion obscured. Experimenting with the 'bottom' property only worsened the problem. Tweaking various styles within the container did not yield any positive results either.
Changing the body styling, switching between percentage and pixel width/height measurements, adjusting overflow settings, and trying different combinations of dimensions did not resolve the truncation problem. The struggle continues to ensure the form displays correctly on all devices.