Would it be possible to enable vertical scrolling for the content, so it doesn’t exceed the screen boundaries like this? I would truly appreciate your kind guidance.
I’ve already tested it, but the content scrolls sideways—left and right. Is there a way to enable vertical scrolling instead? I’d greatly appreciate your assistance.
I’ve resolved the issue. I followed Mr. Batik_Okazov’s suggestion and applied ‘overflow-x: hidden;’ in the CSS. Initially, I had set it on the wrong container. Thank you very much for your help.