16 lines
264 B
CSS
16 lines
264 B
CSS
.monaco-editor-background {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.overflow-guard {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.monaco-editor {
|
|
outline-style: none !important;
|
|
background: transparent !important;
|
|
}
|
|
|
|
.margin {
|
|
background: transparent !important;
|
|
} |