ephemeraHQ / xmtp-inbox-web

XMTP Inbox web chat app
https://dev.xmtp.chat
MIT License
33 stars 42 forks source link

Fix fullscreen on mobile browsers #450

Closed m-005 closed 8 months ago

m-005 commented 8 months ago

On mobile, 100vh doesn't take in account mobile browser address bar which creates some additional scroll. This change fixes that.

vercel[bot] commented 8 months ago

@m-005 is attempting to deploy a commit to the XMTP Labs Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
xmtp-inbox-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2024 4:35am
xmtp-inbox-web-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 1, 2024 4:35am
daria-github commented 8 months ago

👋 & thanks for the fix, @m-005! Could you point this to the dev branch and run prettier in that file so the format checks pass? We can ignore the E2E test failures; those are just happening because it's a fork, this change wouldn't impact any of those tests. Thank you!