Skip to content

Commit 4fa0ebf

Browse files
committed
fix(editor): sticky widget style
1 parent 08d8b7e commit 4fa0ebf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/editor/src/renderer/CodeEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ watchEffect(() => {
8181
'editorWidget.background': theme.background,
8282
'editorWidget.resizeBorder': theme.background,
8383
'editorSuggestWidget.border': '#00000000',
84+
'editorStickyScroll.background': theme.background,
8485
},
8586
})
8687
})

0 commit comments

Comments
 (0)