Div scrolling horizontally

Hi, I need your help :v:
How to create a horizontal scroll without using a slider element?

I would like to make a section with wider than the mobile screen that you can scroll horizontally. Is that possible? I tried to set the container size to 200% but the result is a horizontal scroll of the whole website.

Thank you

Hey @Roberto_Oscurato, you are in luck as there is an existing article and also a YouTube video that goes through what you are looking for.

Set the desired section’s overflow parameter to scroll and you’ll have it as a box with a scrollbar.
Works vertically and horizontally.