mirror of
https://github.com/hexastack/hexabot
synced 2024-11-26 05:48:55 +00:00
fix: visual editor scrollbar issue
This commit is contained in:
parent
ceb2e203fd
commit
0a9d62a58c
@ -18,7 +18,13 @@ const Aside = dynamic(() => import("./Aside"), { ssr: false });
|
|||||||
export const VisualEditor = () => {
|
export const VisualEditor = () => {
|
||||||
return (
|
return (
|
||||||
<VisualEditorProvider>
|
<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">
|
<Grid container height="100%" margin="auto">
|
||||||
<Aside />
|
<Aside />
|
||||||
<Grid
|
<Grid
|
||||||
|
Loading…
Reference in New Issue
Block a user