Skip to content

#3471169: Allow dragging components to top/bottom of page and in between adjacent components with slots

Introducing a 20px threshold at the top and bottom of slots in order to place components inside allows us to have drop targets activated in between adjacent components that both have slots. This is disabled at the root level where additional vertical padding combined with negative margin is introduced to provide some "space" for SortableJS to detect it as a drop target.

xb-dragging-top-bottom-adjacent-slots

Edited by Bálint Kléri

Merge request reports