diff --git a/src/components/ui/Draggable.module.scss b/src/components/ui/Draggable.module.scss index 1887a2f1c..42e60a8df 100644 --- a/src/components/ui/Draggable.module.scss +++ b/src/components/ui/Draggable.module.scss @@ -1,6 +1,11 @@ .container { position: absolute; width: 100%; + z-index: 1; + + &:has(:global(.ListItem-context-menu)) { + z-index: 2; + } } .isDragging {