From 0a9d62a58c9a722f2e04928a623b90a2a4bf407b Mon Sep 17 00:00:00 2001 From: yassinedorbozgithub Date: Tue, 12 Nov 2024 11:28:57 +0100 Subject: [PATCH] fix: visual editor scrollbar issue --- frontend/src/components/visual-editor/index.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/visual-editor/index.tsx b/frontend/src/components/visual-editor/index.tsx index 8929bdf..126c478 100644 --- a/frontend/src/components/visual-editor/index.tsx +++ b/frontend/src/components/visual-editor/index.tsx @@ -18,7 +18,13 @@ const Aside = dynamic(() => import("./Aside"), { ssr: false }); export const VisualEditor = () => { return ( - +