levineuwirth.org/static
Levi Neuwirth 802fc75968 Layout: page-shell wrapper for iOS sticky, scrollable TOC
iOS WebKit silently degrades position: sticky to static on direct
flex/grid children of <body>, so the sticky nav was breaking on
mobile. Wrapping everything below the nav in a .page-shell flex
column keeps the sticky-footer math out of body { } and restores
sticky behaviour across browsers. The essay-frontmatter hoisted in
the Marks II commit becomes a body-level sibling of .page-shell so
its monogram and epistemic-figure columns can span viewport width.

* templates/default.html wraps $body$ + footer in .page-shell.
* static/css/layout.css moves the flex-column + min-height math from
  body to .page-shell; the body > header rule now excludes
  .essay-frontmatter so the essay header does not inherit nav chrome
  (sticky, nav-bg, border-bottom).
* static/css/base.css drops the html/body overflow-x: clip — the
  page-shell wrapper handles horizontal containment and clipping at
  the viewport level was interfering with position: sticky.
* static/css/reading.css updates its #markdownBody centering selector
  to match .page-shell > #markdownBody.
* static/css/components.css makes the TOC outline scrollable when
  it overflows: bounded max-height tied to the sticky budget plus a
  thin themed scrollbar, with overflow: hidden preserved for the
  collapse transition.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-23 12:06:02 -04:00
..
css Layout: page-shell wrapper for iOS sticky, scrollable TOC 2026-05-23 12:06:02 -04:00
fonts initial deploy! whoop 2026-03-17 21:56:14 -04:00
gpg GPG signing, embedding pipeline, visualization filter, search timing, sig popups 2026-03-20 20:14:49 -04:00
images Spec dilemma 2026-05-01 21:22:01 -04:00
js yum cappuccino yay! 2026-05-03 21:16:58 -04:00
papers Branch preprint 2026-05-06 12:21:59 -04:00
templates Marks I 2026-05-07 23:51:14 -04:00
apple-touch-icon.png favicon, logo, internal popups 2026-04-12 14:57:01 -04:00
cv.pdf Internal audit 2026-05-07 17:20:27 -04:00
favicon-96x96.png subdomain svg correction 2026-04-13 10:26:25 -04:00
favicon.ico subdomain svg correction 2026-04-13 10:26:25 -04:00
favicon.svg subdomain svg correction 2026-04-13 10:26:25 -04:00
resume.pdf Internal audit 2026-05-07 17:20:27 -04:00
site.webmanifest favicon, logo, internal popups 2026-04-12 14:57:01 -04:00
web-app-manifest-192x192.png favicon, logo, internal popups 2026-04-12 14:57:01 -04:00
web-app-manifest-512x512.png favicon, logo, internal popups 2026-04-12 14:57:01 -04:00