appsmith
appsmith copied to clipboard
[Bug][List] With scroll contents ON in the list item container, the last widget crops
This happens since the canvas's height calculated in positionUtils is being overridden by UPDATE_LAYOUT in canvasWidgetReducer.
- W.r.t to scroll contents turning ON , the container doesn't correctly wrap around the last widget https://www.loom.com/share/388545ce687e47429349726482bc6d70
- Widgets get cut off when we try to place it in List Item https://www.loom.com/share/6714518d51744e93b32a71a85cb5dfcc
- Should we introduce some padding between last widget and the list item container.