diff --git a/src/constants/code-editor-options.ts b/src/constants/code-editor-options.ts index 0198484..90a9f1d 100644 --- a/src/constants/code-editor-options.ts +++ b/src/constants/code-editor-options.ts @@ -14,7 +14,7 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = { enabled: false }, padding: { - top: 8 + top: 56 }, readOnly: false, scrollbar: {