From f00f833ee25cc8538e7a9ba10b4f88c7d315f3e4 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Tue, 1 Oct 2024 15:28:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(frontend)=20fix=20sticky=20panel?= =?UTF-8?q?=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the sticky panel editor is not working properly, the panel editor should be sticky until the bottom when the user scrolls the page. --- .../src/features/docs/doc-editor/components/PanelEditor.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/apps/impress/src/features/docs/doc-editor/components/PanelEditor.tsx b/src/frontend/apps/impress/src/features/docs/doc-editor/components/PanelEditor.tsx index 1d81731a..56638d61 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-editor/components/PanelEditor.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-editor/components/PanelEditor.tsx @@ -35,7 +35,6 @@ export const PanelEditor = ({ $css={` top: 0vh; transform: translateX(0%); - overflow: hidden; flex: 1; margin-left: 1rem; ${