Commit b157a43
fix(onboarding): profile sheet header full-bleed under keyboard (#1162)
* fix(onboarding): profile sheet header stays full-bleed under keyboard
Keyboard avoidance lays the sheet content out below the sheet's top
edge, exposing the presentation background above the lava band as a
light cap with square band corners. Bleed the band's own background
layer upward past the content edge (single paint layer, clipped by the
sheet shape) so any gap above the header reads as the band continuing.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* refactor(onboarding): name the header bleed constant
Per review on #1162: replace the magic -400 with a documented
headerBleedHeight constant.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 47ddd6e commit b157a43
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
174 | 179 | | |
175 | 180 | | |
176 | 181 | | |
177 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
178 | 190 | | |
179 | 191 | | |
180 | 192 | | |
| |||
0 commit comments