vue-draggable-resizable
vue-draggable-resizable copied to clipboard
element exit from parent
hi, set the attribute parent and it works, stay in the parent but on resize and drang the element exit on the right and the bottom border

Please provide a basic example of the issue using https://jsfiddle.net/ or https://codepen.io/
I've stumbled across this too, it is probably because it doesn't take padding into account. Inside a bootstrap container that looks like it has a default padding of 15 left & right, it overlaps to the right. Border seems to be affected too. With padding & border 0 it looks correct.