Commit 6d0d336
fix(regression-test): paint the theme page background on body so fullPage screenshots capture it
The background was set only on <html>. Cypress capture: 'fullPage' stitches the
body onto its own canvas and does not reliably paint the <html> background into
that image, so the dark surface showed in a real browser (and the report's HTML
view) but not in the captured screenshots. Set it on <body> too, with
min-height: 100vh so short pages still fill the frame.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5f1957e commit 6d0d336
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
| |||
0 commit comments