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
We can hide shadow by CSS styling of .gu-transit { display: none } now. But this approach doesn't has good performance with complex layouts and large amount of drag containers, because DOM mutations are slow and cause recomposing of layout.
The text was updated successfully, but these errors were encountered:
We can hide shadow by CSS styling of
.gu-transit { display: none }
now. But this approach doesn't has good performance with complex layouts and large amount of drag containers, because DOM mutations are slow and cause recomposing of layout.The text was updated successfully, but these errors were encountered: