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.
2 parents f602b1c + 165788b commit fe1fe13Copy full SHA for fe1fe13
src/vs/editor/contrib/parameterHints/browser/parameterHints.css
@@ -4,7 +4,8 @@
4
*--------------------------------------------------------------------------------------------*/
5
6
.monaco-editor .parameter-hints-widget {
7
- z-index: 10;
+ /* Must be higher than sash's z-index and terminal canvases */
8
+ z-index: 40;
9
display: flex;
10
flex-direction: column;
11
line-height: 1.5em;
0 commit comments