FranckFreiburger / vue-resize-sensor

detect container resizing
MIT License
75 stars 12 forks source link

Odd behavior when in draggable element #8

Open icithis opened 5 years ago

icithis commented 5 years ago

This appears to generate some very large invisible elements via absolute positioning. Unfortunately, this gives no easy way to use HTML5's draggable option. Is this intended?

Example: https://jsfiddle.net/FoomFries/typnxbv6/4/

FranckFreiburger commented 5 years ago

It seems that z-index: -1; visibility: hidden is not sufficient (I don't know why) I will try to add pointer-events: none;