remotion
remotion copied to clipboard
fix: homepage scroll on `/` (mobile safari)
https://github.com/remotion-dev/remotion/assets/48997634/fc50ae9e-a325-48ce-9162-8841ecd8c61d
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
remotion | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 18, 2023 11:48am |
Update–changed to draft because the width was fixed on mobile but broke on desktop
Mobile shouldn't break because there's enough space already, but it's breaking because link tags have padding and the find-a-template button has non-responsive margin on the left. May not require width: 100%;
if we remove the padding and use flex with gap
instead of margin! Will look into it soon