-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move footer buttons to scrollable area #9228
move footer buttons to scrollable area #9228
Conversation
Thanks @PatrykLucka! I'm pulling this down to review now. |
@tmashuang Your feedback has been resolved by the latest commit: moving onto code review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one minor request
...rm-page-container/confirm-page-container-content/confirm-page-container-content.component.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks @PatrykLucka!
Co-authored-by: Patryk Łucka <[email protected]>
Adds the confirm/cancel buttons to the scrollable region, so they cannot be clicked until all errors/warnings have been seen.
Fixes #9136