Ensure parameter hints z-index is lower than suggest

Terminal screen element's z-index is 31

Fixes #141947
This commit is contained in:
Daniel Imms
2022-02-01 07:13:34 -08:00
parent ed8dece1f9
commit 99816b1873

View File

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