diff --git a/src/renderer/src/components/Playground/CodeEditor/index.style.ts b/src/renderer/src/components/Playground/CodeEditor/index.style.ts index 6c48409..8635be8 100644 --- a/src/renderer/src/components/Playground/CodeEditor/index.style.ts +++ b/src/renderer/src/components/Playground/CodeEditor/index.style.ts @@ -2,7 +2,8 @@ import { createStyles } from 'antd-style' export default createStyles(({ token }) => ({ root: { - position: 'relative' + position: 'relative', + height: '100%' }, errorMessage: {