-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
feat: Adds overflow to the DropdownContainer popover #22250
feat: Adds overflow to the DropdownContainer popover #22250
Conversation
/testenv up FEATURE_HORIZONTAL_FILTER_BAR=true |
@kgabryje Ephemeral environment spinning up at http://52.41.55.109:8080. Credentials are |
It's not related to this PR, but while testing I crashed the dashboard :( The error points to this piece of code in @codyml I think you modified that recently, do you know why |
@michael-s-molina I'm wondering if we should set the scrollbar to be always visible when the overflow is present. Without it users might not notice that the dropdown is scrollable |
Oops yes! I made a typing mistake; the |
@kgabryje I added some CSS configurations to make the scroll visible. |
Codecov Report
@@ Coverage Diff @@
## master #22250 +/- ##
===========================================
+ Coverage 55.46% 66.82% +11.36%
===========================================
Files 1841 1842 +1
Lines 70220 70259 +39
Branches 7670 7675 +5
===========================================
+ Hits 38947 46953 +8006
+ Misses 29291 21321 -7970
- Partials 1982 1985 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/testenv up HORIZONTAL_FILTER_BAR=true |
@kgabryje Ephemeral environment spinning up at http://34.221.95.76:8080. Credentials are |
/testenv up FEATURE_HORIZONTAL_FILTER_BAR=true |
@kgabryje Ephemeral environment spinning up at http://54.70.88.225:8080. Credentials are |
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.
One thing to consider for the future is that when scrolling the hover action should be disabled to avoid a little bit of disturbance caused by the popovers opening and closing while the scroll action is still happening.
USA.Births.Names.mp4
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
Adds overflow to the
DropdownContainer
popover.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Screen.Recording.2022-11-28.at.6.08.23.PM.mov
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION