-
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
Description
Describe the bug
When the devtools is opened in popup mode, content that overflows the viewport, such as the Settings tab cannot be scrolled.
I identified the issue and have a fix. In DockStandalone.vue the content area is a grid item with the default `min-height: auto, which prevents it from shrinking below its content. So when the content is taller than the viewport, the grid item just grows instead of letting it overflow, meaning the inner overflow-auto containers never actually scroll.
Fix: add min-h-0 to the content grid item in DockStandalone.vue so it respects the 100vh grid height and scrolling works
Screen.Recording.2026-03-16.at.2.26.29.PM.mov
Reproduction
(video reproduction)
System Info
System:
OS: macOS 26.3.1
CPU: (14) arm64 Apple M4 Max
Memory: 353.56 MB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 24.12.0 - /Users/ari.sheydakonghq.com/.nvm/versions/node/v24.12.0/bin/node
npm: 11.6.2 - /Users/ari.sheydakonghq.com/.nvm/versions/node/v24.12.0/bin/npm
pnpm: 10.32.1 - /Users/ari.sheydakonghq.com/Library/pnpm/pnpm
Browsers:
Chrome: 145.0.7632.160
Firefox: 148.0.2
Firefox Developer Edition: 141.0
Safari: 26.3.1Used Package Manager
pnpm
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.
Reactions are currently unavailable