Copilot commented on code in PR #502:
URL: 
https://github.com/apache/fineract-backoffice-ui/pull/502#discussion_r3943444121


##########
src/app/features/login/login.component.ts:
##########
@@ -183,10 +183,13 @@ import { HelpIconComponent } from 
'../../shared/components/help-icon/help-icon.c
       .login-page {
         display: flex;
         justify-content: center;
-        align-items: center;
+        align-items: safe center;
         /* dvh: on a phone, 100vh is measured against the retracted URL bar, 
so the card

Review Comment:
   `align-items: safe center` is not universally supported; if the value is 
unsupported the whole declaration is dropped, which can reintroduce the 
"unreachable top" problem on short viewports. Add a fallback that keeps the 
card reachable (top-aligned) while letting supporting browsers use `safe 
center`.
   
   This issue also appears on line 189 of the same file.



-- 
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]

Reply via email to