Skip to content

Commit

Permalink
fix(monaco): tooltips clipping by other editors (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackHole1 committed Jan 24, 2022
1 parent a2b7310 commit fe04215
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/less/components/editors.less
Expand Up @@ -24,8 +24,9 @@
}
}

// TODO: support new file
// update if list of Editor ID changes
@editor-ids: main, renderer, html, preload;
@editor-ids: main\.js, renderer\.js, index\.html, preload\.js, styles\.css;

// takes each editor ID and increase its z-index if the parent Mosaic root
// has focused__id class for that specific id.
Expand Down

0 comments on commit fe04215

Please sign in to comment.