diff --git a/pkg/web_server/styles.templ b/pkg/web_server/styles.templ index 1be0129..b5232f6 100644 --- a/pkg/web_server/styles.templ +++ b/pkg/web_server/styles.templ @@ -16,6 +16,7 @@ templ styles() { color: #FEFEFE; position: relative; min-height: 100vh; + min-height: 100dvh; /* If the browser does not support dvh, use vh instead */ } body, h1, h2, h3, h4, h5, h6, p, ol, ul {