resonatecoop / beam

A resonate audio beam
GNU General Public License v3.0
17 stars 6 forks source link

Manage Account & Manage Track Modal is cut off on vertically small screens #190

Closed peterklingelhofer closed 1 year ago

peterklingelhofer commented 2 years ago

You can get to it by expanding the screen or zooming out, but we should maybe make this modal scrollable so users don't have to resort to that.

Definitely need overflow-y: auto; in src/components/common/Modal.tsx and src/components/ManageArtist/AlbumForm.tsx, but have to handle height so that it's always higher than the bottom player bar.

Screen Shot 2022-11-19 at 12 22 34 PM

The same is true for artists trying to manage a track at /manage Screen Shot 2022-11-19 at 1 14 14 PM