From 1503d660d291192079b64b3006e53da2686a992e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 5 Jul 2019 21:34:47 -0400 Subject: use -webkit-fill-available instead of 100vh The approach of using 100vh interacts poorly with how Chromium and Safari calculate the viewport height on mobile. They include their navigation bar as part of the viewport height from the start to avoid dynamic changes to the viewport site. --- static/donate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/donate.html') diff --git a/static/donate.html b/static/donate.html index 964511dd..f672fedb 100644 --- a/static/donate.html +++ b/static/donate.html @@ -20,7 +20,7 @@ - + -- cgit v1.3.1