Commit 379cf1b
committed
fix(workbench): keep ArtifactPanel header buttons out from under the global chrome pills
The docked artifact panel's header action buttons (open-in-tab / download /
close) sit at the panel's top-right — exactly where App.tsx's global floating
chrome cluster (theme + i18n toggles, `absolute right-3 z-40`) renders. The
cluster's higher stacking context covered the download and close buttons.
Reserve the ~112px chrome lane on the header with `pr-28`, matching the
existing convention used by KbList's header row and KbDetail's gear row, so
the panel buttons always clear the pills.
Claude-Session: https://claude.ai/code/session_01XMxbhmAkxxVV8CFWCZDBaG1 parent efaf375 commit 379cf1b
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
227 | 230 | | |
228 | 231 | | |
229 | 232 | | |
| |||
0 commit comments