Sam Hernandez
Results
1
comments of
Sam Hernandez
In case it's helpful to anyone, here's my iteration on @streamside's function to support center position ``` function positionDrop(drop) { let bodyRect = document.body.getBoundingClientRect(), dropHalf = drop.drop.getBoundingClientRect().width / 2, targetRect...