I’ve set up my DIVs in a layout I desire. The horizontal scroll works as expected (left part fixed, right part scrollable). The issue I noticed is that the vertical scroll only affects the latter.
I need all the rows (both left and right part) to scroll vertically on overflow. At the same time, I need the right part to be scrollable horizontally.
I understand that the vertical scroll needs to be placed on a container holding both left and right containers. I’ve tried setting display block and laborated with different settings for overflow (both x and y). After a few day, I’ve given up.