From 317754206df01c138134b8dfe227573fdf68762d Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 15 Apr 2026 11:28:02 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=98=A4?= =?UTF-8?q?=EB=B2=84=EC=8A=A4=ED=81=AC=EB=A1=A4=20=EB=B0=B0=EA=B2=BD=20?= =?UTF-8?q?=ED=9D=B0=EC=83=89=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit html/body에 background-color도 명시해 브라우저 고무줄 영역에서 흰색이 보이지 않도록 하고 overscroll-behavior-y: contain 추가. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 017d67c..2766bd4 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -8,9 +8,13 @@ html, body, #root { min-height: 100%; - background: linear-gradient(to bottom right, #030712, #030712, #0f172a); + background-color: #030712; + background-image: linear-gradient(to bottom right, #030712, #030712, #0f172a); background-attachment: fixed; } +html { + overscroll-behavior-y: contain; +} /* OverlayScrollbars body 오버레이 테마 */ .os-theme-maple.os-theme-dark {