Commit 1dbe11d
Backup: fix progress animation overlapping the page header (#47697)
* Backup: fix progress animation overlapping the page header
The backup in-progress animation uses absolutely positioned images with
translateY keyframes that move them upward. When the content column is
short, these elements escape the container bounds and visually overlap
the AdminPage header.
Fix by adding overflow: hidden to .backup__animation so images are
clipped to the container, and removing the unnecessary z-index: 4 that
caused them to paint above the header.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Backup: clip animation at section-hero boundary instead of grid cell
The previous overflow: hidden on .backup__animation clipped animation
elements inside the gray section, making them disappear into a visible
beige gap (wp-admin body background) between the content and header.
Move overflow: hidden up to AdminSectionHero (.section-hero) so
animation clips at the gray section edge — a clean visual boundary.
Also add z-index: 1 to the AdminPage header so it always paints above
page content.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6a58db1 commit 1dbe11d
5 files changed
Lines changed: 10 additions & 1 deletion
File tree
- projects
- js-packages/components
- changelog
- components
- admin-page
- admin-section/hero
- packages/backup
- changelog
- src/js/components
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
| |||
0 commit comments