diff --git a/src/components/editor/MonacoEditor.css b/src/components/editor/MonacoEditor.css index 6252a83..4b688f0 100644 --- a/src/components/editor/MonacoEditor.css +++ b/src/components/editor/MonacoEditor.css @@ -9,6 +9,9 @@ background-color: #030712 !important; /* background-color: #101828 !important; */ } +.sticky-widget { + background-color: #111624 !important; +} .monaco-editor { position: absolute !important; }