From e275cbaef179b94683fffd8dc8ba4e287aecd6ed Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 19 Nov 2022 22:41:57 -0800 Subject: [PATCH] Use min-height:100vh instead of height. --- voussoirkitjs/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voussoirkitjs/common.css b/voussoirkitjs/common.css index 7dc7bca..a1376a0 100644 --- a/voussoirkitjs/common.css +++ b/voussoirkitjs/common.css @@ -29,7 +29,7 @@ getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() = html { - height: 100vh; + min-height: 100vh; box-sizing: border-box; color: var(--color_text_normal); } @@ -48,7 +48,7 @@ body "content_body" 1fr /1fr; - min-height: 100%; + min-height: 100vh; margin: 0; padding: 8px; grid-row-gap: 8px;