mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Ensure parameter hints z-index is lower than suggest
Terminal screen element's z-index is 31 Fixes #141947
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user