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;