Make overflow without absolute max-width
I want to make container with horizontal scroll and use flexbox for it:
Problem: instead of overflowing .grid, it stretches nearest parent with absolute max width (pixels) to combined width of .items
Is it possible to make this scroll without giving .grid absolute width?
If not, what other solution can I use here?
Image of what I want to achieve.
Problem: instead of overflowing .grid, it stretches nearest parent with absolute max width (pixels) to combined width of .items
Is it possible to make this scroll without giving .grid absolute width?
If not, what other solution can I use here?
Image of what I want to achieve.

