Project-Chirp / chirp-frontend

Frontend of Chirp
2 stars 3 forks source link

Emoji picker overflow is scroll in modals #102

Closed Dennull closed 3 months ago

Dennull commented 4 months ago

There's a bug with the emoji picker when it's used in the RepliesModal and the PostModal. The emoji picker overflows the modal, and since the overflow isn't visible, it turns the modal scrollable. This sucks because the entire modal is only a certain height so you can't see the entire post text field and emoji picker at the same time

Image