From 7d0915c10679ea11dcdeaf18b226f41387e24e6a Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 29 Jan 2024 08:37:29 +0100 Subject: [PATCH] Use dvh for full viewport height --- docs/content/fsdocs-default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/fsdocs-default.css b/docs/content/fsdocs-default.css index fbd647b2..31d5bf72 100644 --- a/docs/content/fsdocs-default.css +++ b/docs/content/fsdocs-default.css @@ -340,7 +340,7 @@ aside { } main { - height: calc(100vh - var(--header-height)); + height: calc(100dvh - var(--header-height)); } #content {