Merge pull request #328 from Hexastack/327-issue-visual-editor-scrollbar-issue

fix: visual editor scrollbar issue
This commit is contained in:
Med Marrouchi
2024-11-13 01:25:34 +00:00
committed by GitHub

View File

@@ -18,7 +18,13 @@ const Aside = dynamic(() => import("./Aside"), { ssr: false });
export const VisualEditor = () => {
return (
<VisualEditorProvider>
<Grid container gap={2} flexDirection="column" height="100%" width="100%">
<Grid
container
gap={2}
flexDirection="column"
height="calc(100vh - 64px)"
width="100%"
>
<Grid container height="100%" margin="auto">
<Aside />
<Grid