We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Option
A scrollbar would appear to allow users to view the remaining options
No overflow is applied so no scrollbar is present
Just need to add overflow-y: auto to the option list
overflow-y: auto
No response
Generate a super long list of options in a height constrained viewport
design-system
0.4.0
Chrome
Wndows
The text was updated successfully, but these errors were encountered:
An option in the near future. https://youtu.be/MA9WAHEEfGM?si=E20wjIe-RiR0Oqk5
Sorry, something went wrong.
Note for reviewers, you can fix this manually in the theme values for the time being:
{ toggle: { options: { options: { container: style({ overflowY: 'auto', }), }, }, } }
No branches or pull requests
Provide a general summary of the issue here
🤔 Expected Behavior?
A scrollbar would appear to allow users to view the remaining options
😢 Current Behavior
No overflow is applied so no scrollbar is present
🤩 Possible Solution
Just need to add
overflow-y: auto
to the option listParticipation
📜 Context
No response
🖥️ Steps to Reproduce
Generate a super long list of options in a height constrained viewport
Which package(s) are the source of the bug?
design-system
Version
0.4.0
What browsers are you seeing the problem on?
Chrome
If other, please specify.
No response
What operating system are you using?
Wndows
The text was updated successfully, but these errors were encountered: