resonatecoop / beam

A resonate audio beam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

peterklingelhofer opened this issue · comments

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