Commit 0d86ed0
authored
fix(onboarding): make product selection continue button reachable on mobile
The product selection screen vertically centered its content inside a 100vh
container. On mobile browsers, 100vh includes the area behind the bottom browser
chrome, so the centered Continue button sat behind it — and because the content
fit within 100vh, the scroll container never grew, leaving the button
unreachable without force-scrolling.
Top-align the content on mobile (justify-start) so the scroll container can grow
and reveal the button, and add safe-area-aware bottom padding so it clears the
browser chrome. All changes are gated behind the sm breakpoint, leaving desktop
layout unchanged.
Generated-By: PostHog Code
Task-Id: c312ed5c-5699-40b3-99ea-4c2ccc67129a1 parent 9edd076 commit 0d86ed0
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- frontend/src/scenes/onboarding/productSelection/variants
- legacy
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
| 441 | + | |
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
| 255 | + | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments