From 00649ed87e7e50277c6eb679939ae0b104c249d7 Mon Sep 17 00:00:00 2001 From: Johnson Cherian Date: Tue, 19 Dec 2023 10:46:35 +0530 Subject: [PATCH] fix: show handler on hover --- frontend/src/Editor/DragContainer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Editor/DragContainer.css b/frontend/src/Editor/DragContainer.css index 85c06d02ac..357141b878 100644 --- a/frontend/src/Editor/DragContainer.css +++ b/frontend/src/Editor/DragContainer.css @@ -11,6 +11,7 @@ /* font-weight: bold; */ box-sizing: border-box; /* transition: transform 0.1s; */ + z-index: 3001; } .moveable-control-box>.moveable-control-box:not(.moveable-control-box-d-block, .moveable-dragging){