react-draggable
react-draggable copied to clipboard
Switch to translate3d to handle bug in safari
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.