Match z-index on parameter hints to the hover

Fixes #140761
This commit is contained in:
Daniel Imms
2022-01-27 07:04:10 -08:00
parent 5c6672cd77
commit 165788bc6f

View File

@@ -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;