From 5f256aba19cccb44c8cf3ae98716d5f81aaefda4 Mon Sep 17 00:00:00 2001 From: Dallas Hoffman Date: Wed, 27 Sep 2023 23:57:07 -0400 Subject: [PATCH] dvh spotted --- src/app.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.scss b/src/app.scss index e35bba4..ce2793f 100644 --- a/src/app.scss +++ b/src/app.scss @@ -26,6 +26,7 @@ html { min-height: 100vh; + min-height: 100dvh; background-image: url('/favicon.svg'); background-color: var(--card-sectionning-background-color); background-size: min(20vw, 150px); @@ -46,6 +47,7 @@ body { html[data-theme] & { min-height: 100vh; + min-height: 100dvh; } &:has(.bytemd-fullscreen) {