Fix editor height

This commit is contained in:
Silvano Cerza 2025-02-20 18:15:55 +01:00
parent b5ebe4a638
commit fd7cffffab

View file

@ -51,8 +51,12 @@ const EditorPane: React.FC<EditorPaneProps> = (props) => {
return (
<CodeMirror
value={content}
style={{
height: "100%",
}}
theme={"none"}
width={"100%"}
height={"100%"}
basicSetup={false}
extensions={extensions}
onChange={(value: string) => {