From 85cb7ad08118778fc693916a65c4ea15af382128 Mon Sep 17 00:00:00 2001 From: thislight Date: Sun, 10 Nov 2024 22:29:49 +0800 Subject: [PATCH] App: try fix gap at bottom on iOS standalone --- src/App.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.css b/src/App.css index 0e083fc..880ecd9 100644 --- a/src/App.css +++ b/src/App.css @@ -10,6 +10,11 @@ overscroll-behavior-block: none; } +body, #root { + min-height: 100vh; + min-height: 100dvh; +} + .custom-emoji { width: 1em; }