Skip to content

Commit

Permalink
Merge pull request #30238 from aman-atg/aman/enable-maxHeight-for-wel…
Browse files Browse the repository at this point in the history
…come-message-page

enable maxHeight to avoid keyboard overlapping the save button
  • Loading branch information
Li357 authored Oct 30, 2023
2 parents 2f4d50d + afbf7b2 commit 4684d29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/ReportWelcomeMessagePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ function ReportWelcomeMessagePage(props) {
);

return (
<ScreenWrapper testID={ReportWelcomeMessagePage.displayName}>
<ScreenWrapper
shouldEnableMaxHeight
includeSafeAreaPaddingBottom={false}
testID={ReportWelcomeMessagePage.displayName}
>
<FullPageNotFoundView shouldShow={!PolicyUtils.isPolicyAdmin(props.policy)}>
<HeaderWithBackButton
title={props.translate('welcomeMessagePage.welcomeMessage')}
Expand Down

0 comments on commit 4684d29

Please sign in to comment.