When the number of elements inside a Select component does exceed the window height, the overflow is hidden. I would expect at least a scrollbar to be shown so the user can scroll on the contents of the select (I assume same would happen with a Combobox)
Description
When the number of elements inside a Select component does exceed the window height, the overflow is hidden. I would expect at least a scrollbar to be shown so the user can scroll on the contents of the select (I assume same would happen with a Combobox)
Link to Reproduction (or Detailed Explanation)
Zip attached
Steps to Reproduce
Ark UI Version
4.1.0
Framework
Browser
Chrome
Additional Information
https://github.com/user-attachments/assets/a1778c0c-3d0c-4359-b80c-86253f173978
Sample apps.zip
For now, I have fixed it by extending the slot and applying this quick fix