From d36a05fe48f2133ed8c33da77df857189569ec0c Mon Sep 17 00:00:00 2001 From: yone Date: Sun, 22 Feb 2026 12:23:37 +0900 Subject: [PATCH] =?UTF-8?q?[FE-102]=20=E3=82=B9=E3=83=9E=E3=83=9B=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=AE=E7=94=BB=E9=9D=A2=E3=82=B5=E3=82=A4=E3=82=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/Board/Board.css | 4 ++-- frontend/src/Solo/Solo.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/Board/Board.css b/frontend/src/Board/Board.css index b064cfb..0f5711f 100644 --- a/frontend/src/Board/Board.css +++ b/frontend/src/Board/Board.css @@ -1,6 +1,6 @@ .board-page-container { width: 100%; - height: 100vh; + height: 100dvh; margin: 0; padding: 20px 40px; display: flex; @@ -51,7 +51,7 @@ .loading-container { width: 100%; - height: 100vh; + height: 100dvh; display: flex; flex-direction: column; justify-content: center; diff --git a/frontend/src/Solo/Solo.css b/frontend/src/Solo/Solo.css index 6116630..8cd2d66 100644 --- a/frontend/src/Solo/Solo.css +++ b/frontend/src/Solo/Solo.css @@ -1,6 +1,6 @@ .solo-container { width: 100%; - height: 100vh; + height: 100dvh; margin: 0; padding: 20px 40px; display: flex; @@ -51,7 +51,7 @@ .loading-container { width: 100%; - height: 100vh; + height: 100dvh; display: flex; flex-direction: column; justify-content: center;