mirror of
https://github.com/we-promise/sure.git
synced 2026-04-17 02:54:10 +00:00
* fix: Enable scrolling on login page for small mobile devices Changed auth layout containers from `h-full` to `min-h-full` and added `overflow-y-auto` to allow content to scroll when it exceeds viewport height on small mobile phones. * Real fix --------- Co-authored-by: Claude <noreply@anthropic.com>