fix(core): prevent edge dock panel from scrolling its toolbar out of view - #522
fix(core): prevent edge dock panel from scrolling its toolbar out of view#522SaKaNa-Y wants to merge 1 commit into
Conversation
@vitejs/devtools
@vitejs/devtools-kit
@vitejs/devtools-oxc
@vitejs/devtools-rolldown
@vitejs/devtools-vite
@vitejs/devtools-vitest
commit: |
|
Thanks for this fix! As of #529, the client UI previously at Since this PR's changes target code that no longer lives here, we're labeling it |
…f view Ports vitejs/devtools#522 by @SaKaNa-Y, adapted for the DockEdge.vue that landed here in the v0.9 migration. Swaps overflow-hidden for overflow-clip on the edge dock panel and its content region so the toolbar can no longer be scrolled out of view when opening a large view like the Vite/Rolldown Modules Graph. Co-authored-by: SaKaNa-Y <185575200+SaKaNa-Y@users.noreply.github.com>
Description
Fixed the issue where opening the Vite / Rolldown Modules Graph Graph view could cause unintended scrolling of the edge dock panel.
Linked Issues
Additional context