I've encountered a peculiar issue where users need to scroll twice or the page gets stuck on mobile devices that are less than 600px wide. I've attempted the following solutions with no success. I am a complete novice, so please excuse my lack of knowledge. The problematic page is located at:
.ClassForEntirePage{
height:100%; overflow-y:hidden;
}
Could someone please assist me in identifying where I may be making a mistake?
Thank you in advance for any guidance provided!