From a8813fca88a3e2b65d69c15913f797a3f84094ef Mon Sep 17 00:00:00 2001 From: II-Paulus-II Date: Thu, 28 Mar 2024 20:22:10 +0000 Subject: [PATCH] put 100% height in body --- src/styles/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/App.css b/src/styles/App.css index e33d82c..3765aae 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -9,6 +9,7 @@ html { } body { + width: 100%; height: 100vh; max-width: 100vw; font-family: monospace;