From 8e1654db168e526c7e21881fbb1c00c7c53c19f8 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 09:10:58 -0700 Subject: [PATCH] remove scrollbar jitter --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index 3d3b456..9704d0d 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,10 @@ color-scheme: light dark; } +body { + overflow-x: hidden; +} + #content { max-width: 512px; padding-bottom: 25vh; @@ -83,6 +87,7 @@ audio { display: flex; justify-content: center; align-items: center; + width: 100vw; } .flex {