Skip to content

Keep the login register link clear of the fixed footer on mobile - #53

Merged
Charlie-Carson merged 3 commits into
mainfrom
issue-1070
Sep 8, 2026
Merged

Keep the login register link clear of the fixed footer on mobile#53
Charlie-Carson merged 3 commits into
mainfrom
issue-1070

Conversation

@Charlie-Carson

Copy link
Copy Markdown
Contributor

The login page centered its card inside a 100vh wrapper and drew the Donate / Report Bug bar as a position: fixed footer with no reserved space, so on phone-sized viewports the "Don't have an account? Register" link ended up underneath the footer and could not be tapped even after scrolling to the bottom.

The wrapper now uses 100dvh and reserves the footer's measured height as bottom padding, and the footer gets an explicit z-index. Proved red-then-green with a Playwright spec in B1App (ChurchApps/B1App#issue-1070) at a 390x664 viewport.

ChurchApps/ChurchAppsSupport#1070

@Charlie-Carson
Charlie-Carson merged commit 456f086 into main Sep 8, 2026
1 check passed
@Charlie-Carson
Charlie-Carson deleted the issue-1070 branch September 8, 2026 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant