Skip to content

Commit

Permalink
Merge pull request #141951 from microsoft/tyriar/r1_64_param_hints
Browse files Browse the repository at this point in the history
Ensure parameter hints z-index is lower than suggest
  • Loading branch information
Tyriar authored Feb 1, 2022
2 parents 96e996a + 090d1ad commit 4ccfe11
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 4ccfe11

Please sign in to comment.