fix: editor height
This commit is contained in:
parent
29e77d241a
commit
dcf7d51046
|
|
@ -37,6 +37,9 @@ const theme = EditorView.theme({
|
|||
"&.cm-editor.cm-focused": {
|
||||
outline: "none",
|
||||
},
|
||||
"&.cm-editor": {
|
||||
height: "100%",
|
||||
},
|
||||
})
|
||||
|
||||
export const useEditor = ({
|
||||
|
|
|
|||
Loading…
Reference in New Issue