From dd2ded7135ecdd5141f419c43b49f92825928cd8 Mon Sep 17 00:00:00 2001 From: FatttSnake Date: Thu, 31 Oct 2024 11:18:53 +0800 Subject: [PATCH] Fix(CodeEditor): Fix error stylesheet --- src/components/Playground/CodeEditor/index.style.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Playground/CodeEditor/index.style.ts b/src/components/Playground/CodeEditor/index.style.ts index 6c48409..8635be8 100644 --- a/src/components/Playground/CodeEditor/index.style.ts +++ b/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: {