diff --git a/app/react/components/CodeEditor/CodeEditor.module.css b/app/react/components/CodeEditor/CodeEditor.module.css index 6a02d3ed5..9d32be427 100644 --- a/app/react/components/CodeEditor/CodeEditor.module.css +++ b/app/react/components/CodeEditor/CodeEditor.module.css @@ -81,6 +81,7 @@ background-color: var(--bg-codemirror-gutters-color); border-top-color: transparent; color: var(--text-codemirror-color); + z-index: inherit; } .root :global(.cm-button) {