Skip to content

Commit 165788b

Browse files
committed
Match z-index on parameter hints to the hover
Fixes microsoft#140761
1 parent 5c6672c commit 165788b

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)