jsaelhof / movie-picker

Next.js test app. Keeps a list of movies to watch across various streaming services and randomly picks one.
https://moviedecider4000.vercel.app
2 stars 0 forks source link

Add movie form on iOS overlaps poster when keyboard is active #35

Closed jsaelhof closed 2 years ago

jsaelhof commented 2 years ago

Fixed. Couldn't accurately detect when the keyboard was open but the issue was actually caused by an extra grid row for ratings that, when empty, allowed the "no poster" state to render too tall.