Skip to content

Commit

Permalink
fix: sign in page scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashpatil78 committed Jul 17, 2024
1 parent ad7dc0b commit 9f13559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth/sign-in/sign-in.page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-content class="sign-in--page-container">
<ion-content class="sign-in--page-container no-keyboard-adjust">
<ion-grid class="sign-in--header-container">
<ion-row class="sign-in--header ion-align-items-center">
<ion-col class="sign-in--header-logo-container">
Expand Down

0 comments on commit 9f13559

Please sign in to comment.