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
The "dock" element in Sort It Out takes z-axis priority over the "desktop" which contains the draggable cards. Since they occupy different stacking contexts, the cards remain under the dock despite having higher z-index values. This means it's possible to drag a card into the space around a folder and be unable to pick it up again. Resolving this issue ought to resolve #55 as well.
The text was updated successfully, but these errors were encountered:
The "dock" element in Sort It Out takes z-axis priority over the "desktop" which contains the draggable cards. Since they occupy different stacking contexts, the cards remain under the dock despite having higher z-index values. This means it's possible to drag a card into the space around a folder and be unable to pick it up again. Resolving this issue ought to resolve #55 as well.
The text was updated successfully, but these errors were encountered: