Skip to content

Commit 090d1ad

Browse files
committed
Ensure parameter hints z-index is lower than suggest
Terminal screen element's z-index is 31 Fixes #141947
1 parent 96e996a commit 090d1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)