3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript2,478 forks (2,478 forks)batch import
bughelp wantedmonacoui/ux
Repository metrics
- Stars
- 18,676 stars (18,676 stars)
- PR merge metrics
- Avg merge 15d 4h (Avg merge 15d 4h)75 merged PRs in 30d (75 merged PRs in 30d)
Description
Description
Hover information is hidden by widgets if the editor does have sufficient space.
Theia

VSCode

Steps to
- open multiple editors, dock them side by side
- open the outline view
- hover over methods / variables (the hover info is partially hidden)
Contributor guide
- Research direction
- Examine the hover widget's z index and positioning relative to editor widgets. Adjust the hover's stacking context or reposition it to avoid being hidden.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- None