From 4da4d84764a0404a3461d8e5543c271685604218 Mon Sep 17 00:00:00 2001 From: KaWaite <34051327+KaWaite@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:18:55 +0900 Subject: [PATCH] fix zindex for block's editor panel --- .../beta/features/Editor/StoryPanel/Block/builtin/Wrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/beta/features/Editor/StoryPanel/Block/builtin/Wrapper.tsx b/web/src/beta/features/Editor/StoryPanel/Block/builtin/Wrapper.tsx index 548d6c5b70..162aa1e986 100644 --- a/web/src/beta/features/Editor/StoryPanel/Block/builtin/Wrapper.tsx +++ b/web/src/beta/features/Editor/StoryPanel/Block/builtin/Wrapper.tsx @@ -217,6 +217,7 @@ const EditorPanel = styled.div` color: ${({ theme }) => theme.content.main}; height: 100px; padding: 12px; + z-index: 100; position: absolute; top: 100%; left: -1px;