We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e996a commit 090d1adCopy full SHA for 090d1ad
src/vs/editor/contrib/parameterHints/browser/parameterHints.css
@@ -4,8 +4,8 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
.monaco-editor .parameter-hints-widget {
7
- /* Must be higher than sash's z-index and terminal canvases */
8
- z-index: 40;
+ /* Must be higher than the sash's z-index and terminal canvases but lower than the suggest widget */
+ z-index: 39;
9
display: flex;
10
flex-direction: column;
11
line-height: 1.5em;
0 commit comments