Hacker News new | past | comments | ask | show | jobs | submit login

Minor issue but you've got a little horizontal wiggle/overflow going on.

Seems to be connected to this:

<main class="flex min-h-screen flex-col"> <div class="flex-1 w-screen flex flex-col">

The interior w-screen class element is setting 100vw inside of a container that's not 100vw, leading to an overflow




Noted, thanks for the feedback!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: