-
Notifications
You must be signed in to change notification settings - Fork 23
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-16205] Sticky Locked Selector #3516
Conversation
…/fix/DHIS-16205_FloatingLockedSelector
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.
LGTM!
…/fix/DHIS-16205_FloatingLockedSelector
🚀 Deployed on https://deploy-preview-3516--dhis2-capture.netlify.app |
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.
Tested successfully on 2.41,2.40.4,2.39.5,2.38.7 versions
## [100.57.1](v100.57.0...v100.57.1) (2024-02-23) ### Bug Fixes * [DHIS2-16205] Sticky Locked Selector ([#3516](#3516)) ([61158b1](61158b1))
🎉 This PR is included in version 100.57.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Added a sticky top bar class to the ScopeSelector component. Since the
Locked selector
is now sticky, it covers content on the page when we scroll down. This causes theEnrollmentEditEventPageForm.feature
test to fail because the content the test is looking for ends up behind the navbar. After discussion with Eirik and Joakim, I addedclick({ force: true })
in line 62 in index.js.