Commit 54f375c
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 595eb81 commit 54f375c
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 | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
| 206 | + | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments