Skip to content

Commit fe1fe13

Browse files
authored
Merge pull request microsoft#141647 from microsoft/tyriar/140761
Match z-index on parameter hints to the hover
2 parents f602b1c + 165788b commit fe1fe13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vs/editor/contrib/parameterHints/browser/parameterHints.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
.monaco-editor .parameter-hints-widget {
7-
z-index: 10;
7+
/* Must be higher than sash's z-index and terminal canvases */
8+
z-index: 40;
89
display: flex;
910
flex-direction: column;
1011
line-height: 1.5em;

0 commit comments

Comments
 (0)