Commit 7028e96
committed
fix(drag-reorder): use paddingBottom to expand target column during cross-column drag
The previous approach expanded max-height on the parent column, but
overflow-y: clip on the inner container still clipped translateY-shifted
cards. Padding is real layout space that grows the container's content
box, keeping shifted cards within bounds.1 parent 6f303b3 commit 7028e96
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1541 | 1541 | | |
1542 | 1542 | | |
1543 | 1543 | | |
1544 | | - | |
| 1544 | + | |
| 1545 | + | |
1545 | 1546 | | |
| 1547 | + | |
| 1548 | + | |
| 1549 | + | |
1546 | 1550 | | |
1547 | 1551 | | |
1548 | 1552 | | |
| |||
1803 | 1807 | | |
1804 | 1808 | | |
1805 | 1809 | | |
| 1810 | + | |
1806 | 1811 | | |
1807 | 1812 | | |
1808 | 1813 | | |
| |||
0 commit comments