hyperdx
hyperdx copied to clipboard
UI datepicker scroll issue for Firefox
For some reason datepicker preset selector is not scrollable. Issue is there in the v1 and v2 UI versions When I change height to some fixed size it appearing and start working even after I remove fixed height.
Noticed it when moved to firefox-based browser instead of chrome-based.
https://youtu.be/aL0ApHjpN0Q
Probable fix is to set height for parent container
height: 100%; will work too
Because currently parent container only have max-height but not height defined.