#9326·gitpod

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
Screenshot 2022-04-14 at 3 26 39 PM Screenshot 2022-04-14 at 3 26 20 PM

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.