mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 09:38:13 +00:00
Merge pull request #328 from Hexastack/327-issue-visual-editor-scrollbar-issue
fix: visual editor scrollbar issue
This commit is contained in:
commit
d4e1ce54d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user