You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: