From 7d0915c10679ea11dcdeaf18b226f41387e24e6a Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 29 Jan 2024 08:37:29 +0100 Subject: [PATCH 1/2] 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 { From a7b1608867ee3b4ccfb6d4b05024ee7fef62acab Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 29 Jan 2024 08:41:58 +0100 Subject: [PATCH 2/2] Bump version --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9294b54d..f8544cb7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,10 @@ # Changelog +## 20.0.0-alpha-019 - 2024-01-29 + +### Fixed +* Use dvh for full viewport height . [#899](https://github.com/fsprojects/FSharp.Formatting/pull/899) + ## 20.0.0-alpha-018 - 2024-01-10 ### Fixed