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?
|
ghost.style.zIndex = '1000'; |
|
ghost.style.boxSizing = 'border-box'; |
|
ghost.style.position = 'fixed'; |
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