Skip to content

Commit

Permalink
Merge pull request #141647 from microsoft/tyriar/140761
Browse files Browse the repository at this point in the history
Match z-index on parameter hints to the hover
  • Loading branch information
Tyriar authored Jan 27, 2022
2 parents f602b1c + 165788b commit fe1fe13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*--------------------------------------------------------------------------------------------*/

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

0 comments on commit fe1fe13

Please sign in to comment.