Sign in
No password. Enter your email and we send you a code.
/* `flex min-h-screen flex-col` exists for the FOOTER, not for scrolling: it
gives the column a floor of one viewport so the footer's `mt-auto` pins to
the bottom on a short page instead of floating mid-screen.
⚠ DO NOT "FIX" THIS TO `h-screen overflow-hidden`. It looks like the
missing half of an inner scroll pane, and it is not: EVERY route here
scrolls the WINDOW. `PageShell` keeps its title band visible with
`sticky top-16` rather than scrolling its own body — read that file's
header for why an `overflow-y-auto` pane cannot work under an indefinite
height, and for the three things `h-screen` would break (this footer, the
two routes that opt out of the shell, and iOS Safari's collapsing URL
bar). */
Skip to content
No password. Enter your email and we send you a code.Sign in