Currently, my layout is as follows:
https://jsfiddle.net/0r6cdwht/2/
Is there a way to enable horizontal scrolling when the items displayed inside the div overflow?
I've done some research and came across a solution that suggested using
white-space: nowrap;
on the container div. However, this approach would cause the entire page to scroll in my specific scenario.