@industry-theme/backlogmd-kanban-panel 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/panels.bundle.js
CHANGED
|
@@ -11774,6 +11774,9 @@ const KanbanPanel = ({
|
|
|
11774
11774
|
duration: 200,
|
|
11775
11775
|
easing: "ease"
|
|
11776
11776
|
},
|
|
11777
|
+
style: {
|
|
11778
|
+
zIndex: 99999
|
|
11779
|
+
},
|
|
11777
11780
|
children: activeTask ? /* @__PURE__ */ jsx(TaskCard, {
|
|
11778
11781
|
task: activeTask,
|
|
11779
11782
|
isDragOverlay: true
|