Make only one section of the screen scrollable horizontally
Hi,
I have a screen with two sections:
- One small, containing my filter criterias. I want this section to fit to the screen width exactly.
- One bigger, a repeating grid with more than 10 columns, bigger than the screen.
I want the second section to fit to the screen width without expanding the rest of the content by being scrollable horizontally. The problem is that for now, the section is extending the whole screen, causing the first section to extend to match the second one's size. How can I fix my section to the screen width without impacting the rest of my screen?
Thanks.