mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +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 = () => {
|
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