GruffElixir opened a new pull request, #502: URL: https://github.com/apache/fineract-backoffice-ui/pull/502
## What and why The login page is taller than short viewports, but Ionic keeps the document body from scrolling. The page now owns a viewport-height scroll container, includes its padding in that height, and uses safe vertical centering so oversized content aligns to a reachable scroll origin. Closes #482 ## Validation - `npm test -- --watch=false --include=src/app/features/login/login.component.test.ts` — 6 passed - ESLint on `login.component.ts` — passed - Prettier and `git diff --check` — passed ## Checklist - [x] No generated API files changed. - [x] No user-facing strings added. - [x] Existing login unit tests pass. - [x] Commit is signed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
