levineuwirth.org/templates
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
..
partials Stamp the site-wide build time post-render 2026-05-23 12:05:28 -04:00
archive-index.html Add link archive system: snapshots, backlinks, link-rot 2026-05-23 10:06:33 -04:00
archive.html Add link archive system: snapshots, backlinks, link-rot 2026-05-23 10:06:33 -04:00
author-index.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
bibliography-index.html Navigation refactor 2026-04-19 14:35:41 -04:00
bibliography-keyword.html Navigation refactor 2026-04-19 14:35:41 -04:00
blog-index.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
blog-post.html Marks II: broader monogram coverage + audit-marks tool 2026-05-23 12:05:08 -04:00
commonplace.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
composition.html visual enhancements 2026-04-15 22:25:38 -04:00
current.html Current rework 2026-04-26 19:42:47 -04:00
default.html Layout: page-shell wrapper for iOS sticky, scrollable TOC 2026-05-23 12:06:02 -04:00
essay-index.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
essay.html Marks II: broader monogram coverage + audit-marks tool 2026-05-23 12:05:08 -04:00
home.html Navigation refactor 2026-04-19 14:35:41 -04:00
library.html Spec dilemma 2026-05-01 21:22:01 -04:00
music-catalog.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
new.html Navigation refactor 2026-04-19 14:35:41 -04:00
page.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
photography-by-year-index.html Spec dilemma 2026-05-01 21:22:01 -04:00
photography-by-year.html Spec dilemma 2026-05-01 21:22:01 -04:00
photography-contact-sheet.html Spec dilemma 2026-05-01 21:22:01 -04:00
photography-index.html Spec dilemma 2026-05-01 21:22:01 -04:00
photography-map.html Spec dilemma 2026-05-01 21:22:01 -04:00
photography-series.html Spec dilemma 2026-05-01 21:22:01 -04:00
photography.html Spec dilemma 2026-05-01 21:22:01 -04:00
reading.html Marks II: broader monogram coverage + audit-marks tool 2026-05-23 12:05:08 -04:00
score-reader-default.html initial deploy! whoop 2026-03-17 21:56:14 -04:00
score-reader.html yum cappuccino yay! 2026-05-03 21:16:58 -04:00
sitemap.xml Add robots.txt and sitemap.xml; tidy essay-route prefix-strip 2026-05-07 15:08:33 -04:00
tag-index.html Navigation refactor 2026-04-19 14:35:41 -04:00