diff --git a/frontend/app/view/codeeditor/codeeditor.tsx b/frontend/app/view/codeeditor/codeeditor.tsx index 816db8114..cdf00941c 100644 --- a/frontend/app/view/codeeditor/codeeditor.tsx +++ b/frontend/app/view/codeeditor/codeeditor.tsx @@ -23,6 +23,7 @@ export function loadMonaco() { rules: [], colors: { "editor.background": "#00000000", + "editorStickyScroll.background": "#00000055", "minimap.background": "#00000077", focusBorder: "#00000000", },