Skip to content

Commit

Permalink
Fixed sticky lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Apr 20, 2024
1 parent be16fdd commit c8b9a2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/StickerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ function buildWallpaperCss({
.pane-header,
.minimap-decorations-layer,
.xterm-cursor-layer,
.monaco-breadcrumbs,
/* sticky lines */
.monaco-editor .sticky-line-content,
.monaco-editor .sticky-line-number,
.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row,
/* end sticky lines */
.decorationsOverviewRuler,
.monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-breadcrumbs .breadcrumbs-control,
.ref-tree, /* find usages */
Expand Down

0 comments on commit c8b9a2d

Please sign in to comment.