Nested draggable block

Hi!, I am trying to have some draggable block paragraphs (children) inside another draggable block (parent). but the children are clanky. when I have three or more children I can’t drag and drop the middle child above the first or below the last child here is a code sandbox link really appreciate if anyone can help

Hi @Behnazz!

I wasn’t able to see the sandbox link, but the first ideas that come to mind when dealing with drag-drop locations, are to check usage of “margin” and look at the dropcursor plugin.

In my experience, adding specifically margin between (before/after) elements make it easier to drag-drop.