From ef5d9fed0f54e8e7b5d80efd0cd7ed14e6230551 Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Fri, 3 Apr 2026 23:53:01 +0900 Subject: [PATCH] fix: scrollbar-gutter:stable to balance left/right margins Co-Authored-By: Claude Opus 4.6 (1M context) --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 804d885..5845bb7 100644 --- a/src/index.css +++ b/src/index.css @@ -64,6 +64,7 @@ @layer base { html { overflow-x: clip; + scrollbar-gutter: stable; } body { overflow-x: clip; @@ -71,7 +72,6 @@ } #root { overflow-x: clip; - max-width: 100vw; } h1, h2, h3, h4, h5, h6 {