I need to have all sortable elements listed on multiple lines and without horizontal scroll. Look at this sandbox: https://codesandbox.io/s/react-beautiful-dnd-horizontal-list-forked-smn1s?file=/index.js
Currently it is not achievable neither with:
direction="horizontal"
nor with:
direction="vertical"
Maybe I do not understand the package API well.