From 7cad53bb7d03c6a84fa247444df31b57a0613524 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 25 Dec 2024 13:56:19 +0200 Subject: [PATCH] web/css: ensure body background color applies to whole height --- web/src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/index.css b/web/src/index.css index f7b637f..48a3a6e 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -163,6 +163,7 @@ body { font-size: 16px; touch-action: none; color: var(--text-color); + min-height: 100vh; } html {