react-draggable icon indicating copy to clipboard operation
react-draggable copied to clipboard

Switch to translate3d to handle bug in safari

Open ajnozari opened this issue 2 years ago • 0 comments
trafficstars

See --> https://bugs.webkit.org/show_bug.cgi?id=61824

Presently there is a bug where safari loses track of the zIndex after setting a 3D transform. This causes draggable elements to fall behind any canvases. The appropriate fix is to switch to translate3d instead of translate.

ajnozari avatar Sep 24 '23 01:09 ajnozari