Skip to content

Commit

Permalink
Ensure parameter hints z-index is lower than suggest
Browse files Browse the repository at this point in the history
Terminal screen element's z-index is 31

Fixes #141947
  • Loading branch information
Tyriar committed Feb 1, 2022
1 parent 96e996a commit 090d1ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*--------------------------------------------------------------------------------------------*/

.monaco-editor .parameter-hints-widget {
/* Must be higher than sash's z-index and terminal canvases */
z-index: 40;
/* Must be higher than the sash's z-index and terminal canvases but lower than the suggest widget */
z-index: 39;
display: flex;
flex-direction: column;
line-height: 1.5em;
Expand Down

0 comments on commit 090d1ad

Please sign in to comment.