Skip to content
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

fix: [DHIS2-17736] Dropdown Regression in Registration Form #3710

Merged

Conversation

henrikmv
Copy link
Contributor

@henrikmv henrikmv commented Jul 10, 2024

DHIS2-17736

  • Removed overflowx prop implemented in DHIS2-8814

@henrikmv henrikmv marked this pull request as ready for review July 10, 2024 16:03
@henrikmv henrikmv requested a review from a team as a code owner July 10, 2024 16:03
@@ -15,6 +15,7 @@ const getStyles = theme => ({
containerCustomForm: {
paddingTop: 10,
paddingBottom: 10,
overflowX: 'scroll',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you checked if there are any difference between overflow-scroll and overflow-auto here? To my knowledge, scroll always puts on a scroll bar, even though the form is not overflowing.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, @eirikhaugstulen! I have changed to overflowX: 'auto'

Copy link

github-actions bot commented Jul 11, 2024

@henrikmv henrikmv added testing and removed testing labels Jul 11, 2024
@linadhis2
Copy link

LGTM from QA perspective

@henrikmv henrikmv added testing and removed testing labels Jul 14, 2024
@eirikhaugstulen eirikhaugstulen merged commit 4c46276 into master Jul 15, 2024
49 checks passed
@eirikhaugstulen eirikhaugstulen deleted the hv/fix/DHIS2-17736_DropdownRegressioninRegistrationForm branch July 15, 2024 08:52
dhis2-bot added a commit that referenced this pull request Jul 15, 2024
## [100.70.10](v100.70.9...v100.70.10) (2024-07-15)

### Bug Fixes

* [DHIS2-17736] Dropdown Regression in Registration Form ([#3710](#3710)) ([4c46276](4c46276))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 100.70.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants