Skip to content

Commit

Permalink
chore(ui): editor sticky scroll to follow theme coloring (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic authored and loicmathieu committed Aug 22, 2024
1 parent 1a3343f commit 92f5b3f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/src/components/inputs/MonacoEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -712,4 +712,12 @@
height: 100%;
outline: none;
}
</style>
<style lang="scss">
@import "../../styles/layout/root-dark.scss";
.custom-dark-vs-theme .monaco-editor .sticky-widget {
background-color: $input-bg;
}
</style>

0 comments on commit 92f5b3f

Please sign in to comment.