From 9b2b70853876544406d4276bef85de422f778f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B6=8C=ED=98=81=EC=84=B1?= Date: Wed, 11 Feb 2026 10:12:10 +0900 Subject: [PATCH] =?UTF-8?q?fix(WEB):=20DevToolbar=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=20=EB=B0=98=EC=9D=91=ED=98=95=20=EB=B0=8F=20=EC=95=88?= =?UTF-8?q?=EB=93=9C=EB=A1=9C=EC=9D=B4=EB=93=9C=20=ED=95=98=EB=8B=A8?= =?UTF-8?q?=EB=B0=94=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - bottom-4 → bottom-9로 변경하여 안드로이드 하단 네비게이션바 회피 - max-w-[calc(100vw-1rem)] 추가하여 모바일 화면 넘침 방지 - 버튼 영역에 flex-wrap 적용하여 모바일에서 줄바꿈 지원 --- src/components/dev/DevToolbar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/dev/DevToolbar.tsx b/src/components/dev/DevToolbar.tsx index 518d14f4..ea3d523e 100644 --- a/src/components/dev/DevToolbar.tsx +++ b/src/components/dev/DevToolbar.tsx @@ -132,7 +132,7 @@ export function DevToolbar() { // 숨김 상태일 때 작은 버튼만 표시 if (!isVisible) { return ( -
+