-
Notifications
You must be signed in to change notification settings - Fork 38.3k
Closed
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Code-OSS 1.59
- OS Version: Linux x64 5.4.0-1051-azure
Steps to Reproduce:
- Open debug view
- Resize sidebar to be narrower
- 🐛 debug dropdown is hidden behind debug title:
This is caused by https://github.com/microsoft/vscode/pull/122620/files#diff-b90c05f5d5f2249861e5f8ca380627f885f9415e6383f035f9a8fd9bd0221478R17 in #122620 which was supposed to fix #122454
Without overflow: hidden this works fine:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
insiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insiders

