app/components/workflow/nodes/_base/components/editor/code-editor/style.css
@@ -1,16 +1,12 @@ .margin-view-overlays { padding-left: 10px; } .monaco-editor { background-color: transparent !important; outline: none !important; } .monaco-editor .monaco-editor-background { background-color: transparent !important; } .monaco-editor .margin { background-color: transparent !important; .no-wrapper .margin-view-overlays { padding-left: 0; } /* hide readonly tooltip */ .monaco-editor-overlaymessage { display: none !important; } }