clean-room control page — zero shared code with the real app
Scroll test: no framework, no build step, no app code
This page exists purely to test whether a real iOS Chrome / Safari scroll bug
(scrollY getting dragged back toward the top for a few hundred ms, then settling)
reproduces here too. Nothing on this page shares any code, CSS, or JS with the
real driftless/tiny sliver app — it's a single static HTML file with inline
CSS, no framework, no bundler, no hydration, no lazy-mounted components, no
ResizeObserver/IntersectionObserver-driven layout changes of its own (other than
the optional diagnostic overlay below, which only observes, never causes,
scrolling). If the bug still happens here, it isn't caused by anything in our
app's code — it's the browser, the OS, or something environmental. If it
doesn't happen here, that points squarely back at the real app.
Scroll down through the sections below on your phone the same way you normally
would on the real landing page, and see if the same fighting-back sensation
happens.
Section 1
Plain paragraph text, no images, no animation, no async content.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt
in culpa qui officia deserunt mollit anim id est laborum.
Section 2
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore
veritatis et quasi architecto beatae vitae dicta sunt explicabo.
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit,
sed quia consequuntur magni dolores eos qui ratione voluptatem sequi
nesciunt.
Section 3
Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet,
consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt
ut labore et dolore magnam aliquam quaerat voluptatem.
Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit
laboriosam, nisi ut aliquid ex ea commodi consequatur.
Section 4
Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam
nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas
nulla pariatur.
At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis
praesentium voluptatum deleniti atque corrupti quos dolores et quas
molestias.
Section 5
Excepturi sint occaecati cupiditate non provident, similique sunt in culpa
qui officia deserunt mollitia animi, id est laborum et dolorum fuga.
Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore,
cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
Section 6 — end
That's the bottom of the page. If you made it here fighting the scroll the
whole way, the bug reproduces on a totally clean page with none of our app's
code — meaning it isn't us. If it scrolled smoothly, the opposite.