-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Description
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?
Lines 89 to 91 in e32fcc7
| ghost.style.zIndex = '1000'; | |
| ghost.style.boxSizing = 'border-box'; | |
| ghost.style.position = 'fixed'; |
Metadata
Metadata
Assignees
Labels
No labels