From 2cac769291eec7d8b991fcbbe99cba2fb899483a Mon Sep 17 00:00:00 2001 From: Oj Date: Fri, 2 Jul 2021 19:56:15 +0100 Subject: [PATCH] [SiteGen] Use max-height in containers instead of height --- src/siteGen/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siteGen/template.html b/src/siteGen/template.html index 329121a..cc965f1 100644 --- a/src/siteGen/template.html +++ b/src/siteGen/template.html @@ -91,7 +91,7 @@ padding: 22px; width: calc(100vw - 185px); - height: 100vh; + max-height: 100vh; overflow-y: auto;