fix(app): prevent horizontal jitter on /go page (#29796)

This commit is contained in:
NoisemakerJon 2026-05-28 17:56:24 -04:00 committed by GitHub
parent 4759ae44b4
commit 4d894d129e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,6 +90,7 @@ body {
[data-page="go"] {
background: var(--color-background);
overflow-x: clip;
--padding: 5rem;
--vertical-padding: 4rem;