vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

element exit from parent

Open franz0410 opened this issue 5 years ago • 2 comments

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

image

franz0410 avatar Nov 04 '19 11:11 franz0410

Please provide a basic example of the issue using https://jsfiddle.net/ or https://codepen.io/

mauricius avatar Dec 31 '19 21:12 mauricius

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.

Flavelius avatar Apr 21 '20 18:04 Flavelius