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.
Hi!
You can set the “Container” overflow property to “Auto” or “Visible”. And scrollbar will appear.
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.
Hey,
Maybe try to define width and hight to 100%.
2 Likes
Hi Tae, have you tried what Batik and tomerer have said?
Let us know what ended being the solution.
I’ve applied the CSS property ‘overflow-x: hidden;’, but the issue still persists. Any suggestions would be appreciated.
It still isn’t working. Would you happen to have any other suggestions or recommendations?