Howdy, @Maratopia_Digital!
Thanks for your initial feedback, I’m glad to hear you’re enjoying it!
As for the unit picker, I can confirm this is happening. In previous releases a vast majority of the unit pickers were fully accessible, but if a picker was near the top of a scrollable area it was cut off due to the fact that areas with any sort of overflow
value set to auto
or hidden
will clip content that tries to go outside of its bounds, and since that dropdown markup was placed directly inside the picker, this would happen.
This hasn’t been widely reported because most of them are visible and many people tend to write in the value they need and hit enter to apply the desired unit.
For this release, we wanted to fully address this and use some of our “portals” and logic for placing tooltips to move that markup to the root of the app and place the unit picker dropdown dynamically, but it seems it needs some contextual adjustments.
Thanks for sharing, this has been noted and will be looked into!