Commit 108c816
fix(hub-ui): prevent edge dock panel from scrolling its toolbar out of 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>1 parent cc8dbb7 commit 108c816
2 files changed
Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
| 366 | + | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
| |||
0 commit comments