Make the the dropdown visible when expanding beyond the viewport
Author: gtsiolisCreated Apr 14, 2022Updated Mar 24, 2025
Labelscomponent: dashboardtype: improvementmeta: never-staleteam: webapp
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.
| Workspace Loading | Workspace List |
|---|---|
![]() |
![]() |
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.
Source: gitpod-io/gitpod

