Search code examples
reactjsreact-beautiful-dnd

Inverted react-beautiful-dnd order


I have a working vertical column drag and drop React app using react-beautiful-dnd, but would like to 'invert' it so that Draggable items fall to the bottom of the Droppable div instead of floating to the top. Is this possible?


Solution

  • I ended up just creating another invisible strip with flexGrow = 1 to push everything to the bottom.