Make the the dropdown visible when expanding beyond the viewport #9326
Labels
component: dashboard
meta: never-stale
This issue can never become stale
team: webapp
Issue belongs to the WebApp team
type: improvement
Improves an existing feature or existing code
Problem to solve
Currently, when the dropdown menu expands beyond the viewport it some or all of the options become hidden and invisible to users, see example screenshots below.
Proposal
Make the the dropdown visible when expanding beyond the viewport.
Probably using something like
scrollIntoView()
[1][2] could help and sounds safe to use. 💡The text was updated successfully, but these errors were encountered: