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
In my current application (using fluentui library), the zindex is 100000 (sidebar)
The smooth-dnd library sets it to 1000 (seems to be hardcoded), and therefore the dragged item becomes invisible.
Is it possible to change this value?
The issue seems to exist anyways. Would be great to be able to specify zIndex (can be required also for some other third-party libraries, not only fluentUI). Check out similar issue (bootstrap modal, material ui): clauderic/react-sortable-hoc#87
In my current application (using fluentui library), the zindex is 100000 (sidebar)
The smooth-dnd library sets it to 1000 (seems to be hardcoded), and therefore the dragged item becomes invisible.
Is it possible to change this value?
smooth-dnd/src/mediator.ts
Lines 89 to 91 in e32fcc7
The text was updated successfully, but these errors were encountered: