Take a look at the picture, please:
I have a container which has many .items-wrapper elements that is horizontally scrollable (red line) & it works fine. The problem is that .items-wrapper divs should be vertically scrollable (green line), but I cannot come out with a solution nor post the code, which is really huge. I tried using overflows, but it didn't worked.
Did you have similar problem & can you help me, please?
You have to set
overflow-x
,overflow-y
property value toauto
.