Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Match z-index on parameter hints to the hover #141647

Merged
merged 1 commit into from
Jan 27, 2022
Merged

Match z-index on parameter hints to the hover #141647

merged 1 commit into from
Jan 27, 2022

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Jan 27, 2022

Fixes #140761

Matches:

/* Must be higher than sash's z-index and terminal canvases */
z-index: 40;

The editor hover had an even higher z-index since vscode was open sourced:

@Tyriar Tyriar added this to the January 2022 milestone Jan 27, 2022
@Tyriar
Copy link
Member Author

Tyriar commented Jan 27, 2022

Let me know if you foresee any problems with this, I think it's fine but never touched this area before. 40 < hover's z-index so this case should still work:

image

@Tyriar Tyriar merged commit fe1fe13 into main Jan 27, 2022
@Tyriar Tyriar deleted the tyriar/140761 branch January 27, 2022 16:20
@github-actions github-actions bot locked and limited conversation to collaborators Mar 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong overlay when function IntelliSense hint block crosses the border of terminal on right
2 participants