diff --git a/src/browser/modules/Editor/styled.tsx b/src/browser/modules/Editor/styled.tsx index f7145ac9dbd..74ad55d12b6 100644 --- a/src/browser/modules/Editor/styled.tsx +++ b/src/browser/modules/Editor/styled.tsx @@ -55,6 +55,11 @@ export const Frame = styled.div` border-radius: 0; z-index: 1030; margin: 0; + + .CodeMirror-scroll { + height: calc(100vh - 20px) !important; + max-height: calc(100vh - 20px) !important; + } ` } return ''