You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The containers wrapping each dropdown example in the documentation are set to overflow: auto. They are also small enough that they hide most of the dropdown menu items when the button is clicked, unless you scroll down to see the opened up dropdown.
It's possible this was intentional, but if so does not seem like a helpful way to display them.
Should overflow: auto be avoided for these examples?
Browser
N/A
OS
N/A
Screen size
N/A
Describe the bug
The containers wrapping each dropdown example in the documentation are set to
overflow: auto
. They are also small enough that they hide most of the dropdown menu items when the button is clicked, unless you scroll down to see the opened up dropdown.It's possible this was intentional, but if so does not seem like a helpful way to display them.
Should
overflow: auto
be avoided for these examples?How to reproduce
Screenshots
JSFiddle
No response
The text was updated successfully, but these errors were encountered: