From 0aecb8c44dbab715993d7a2116be2eb08aefa23f Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Mon, 19 Jan 2026 23:11:05 -0300 Subject: [PATCH] fix: zindex Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/components/DraggableElement.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DraggableElement.vue b/src/components/DraggableElement.vue index 4c73ebb..bdf6a5f 100644 --- a/src/components/DraggableElement.vue +++ b/src/components/DraggableElement.vue @@ -467,7 +467,7 @@ export default { border-radius: 6px; padding: 6px 8px; box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.15), 0 2px 6px -2px rgba(0, 0, 0, 0.1); - z-index: 100; + z-index: 5; white-space: nowrap; } .action-btn { @@ -513,7 +513,7 @@ export default { display: block; appearance: none; cursor: pointer; - z-index: 200; + z-index: 5; } .handle-top-left { top: -7px;