From 9d22985e1ac74f905a5f3128d9e3f125bd9b9355 Mon Sep 17 00:00:00 2001 From: luna Date: Wed, 22 Jul 2026 20:46:10 +0000 Subject: [PATCH] fix(ui): prevent page-level horizontal overflow on mobile --- UI/src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UI/src/index.css b/UI/src/index.css index ad0ad42..4bc0beb 100644 --- a/UI/src/index.css +++ b/UI/src/index.css @@ -31,6 +31,8 @@ body, color: var(--color-text); min-height: 100%; margin: 0; + max-width: 100%; + overflow-x: clip; } body {