Skip to content

Commit 4ccfe11

Browse files
authored
Merge pull request microsoft#141951 from microsoft/tyriar/r1_64_param_hints
Ensure parameter hints z-index is lower than suggest
2 parents 96e996a + 090d1ad commit 4ccfe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*--------------------------------------------------------------------------------------------*/
55

66
.monaco-editor .parameter-hints-widget {
7-
/* Must be higher than sash's z-index and terminal canvases */
8-
z-index: 40;
7+
/* Must be higher than the sash's z-index and terminal canvases but lower than the suggest widget */
8+
z-index: 39;
99
display: flex;
1010
flex-direction: column;
1111
line-height: 1.5em;

0 commit comments

Comments
 (0)