Skip to content

Commit

Permalink
feat(app): improve scrolling of FAQ items
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Feb 24, 2025
1 parent 3f86aba commit a4e06d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/faq/pages/faq.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class FaqPage extends HookWidget {
// ignore: use_build_context_synchronously
keyContext,
duration: Duration(milliseconds: 500),
alignmentPolicy: ScrollPositionAlignmentPolicy.keepVisibleAtEnd,
alignmentPolicy: ScrollPositionAlignmentPolicy.explicit,
);
});
}
Expand Down

0 comments on commit a4e06d4

Please sign in to comment.