This library breaks when using `container-type: inline-size;`
srcrip opened this issue · 0 comments
srcrip commented
I know the maintenance of this lib is slightly up in the air, but this has caused me a ton of problems trying to figure this out, so here's the info in case this bites anyone else.
The calculation around dragging the element based on cursor position gets totally broken if you happen to use this inside an element with container-type: inline-size;
. No idea why. If someone knows and thinks they could fix it that would be pretty cool. Otherwise, you need to avoid using this with container queries I guess.
This also effects the Shopify draggable library. I'm not really sure why.