From 2d56bdfe3abb794855d3f74a210571d891147691 Mon Sep 17 00:00:00 2001 From: thislight Date: Sun, 10 Nov 2024 22:41:21 +0800 Subject: [PATCH] App: set :root min-height to 100vh --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 880ecd9..d0705cf 100644 --- a/src/App.css +++ b/src/App.css @@ -10,7 +10,7 @@ overscroll-behavior-block: none; } -body, #root { +:root, body, #root { min-height: 100vh; min-height: 100dvh; }