From b118a62f838d6daa44a55d72e28cfa8e7683b4ea Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Tue, 6 Jan 2026 00:51:17 -0500 Subject: [PATCH] stop odd x scroll --- src/app.css | 5 +++++ src/app.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 889ba35..8af3591 100644 --- a/src/app.css +++ b/src/app.css @@ -227,6 +227,11 @@ scrollbar-width: none; } +html, +body { + overflow-x: hidden; +} + body { background: var(--color-base); color: var(--color-text); diff --git a/src/app.tsx b/src/app.tsx index 936320b..48bd74c 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -147,7 +147,7 @@ function AppLayout(props: { children: any }) { return ( <> -
+