From e3d80ffc2a18d9e0679d949d5bb171b834fcb325 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Fri, 2 Dec 2022 03:43:14 +0800 Subject: [PATCH] Fix: web height 100vh --- web/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/App.css b/web/src/App.css index 3327246..7b8c7ea 100644 --- a/web/src/App.css +++ b/web/src/App.css @@ -5,6 +5,7 @@ body { margin: auto; padding-top: 1rem; max-width: unset; + min-height: 100vh; } #root { display: flex;