web/css: ensure body background color applies to whole height

This commit is contained in:
Tulir Asokan 2024-12-25 13:56:19 +02:00
parent 5fbb8a21ab
commit 7cad53bb7d

View file

@ -163,6 +163,7 @@ body {
font-size: 16px; font-size: 16px;
touch-action: none; touch-action: none;
color: var(--text-color); color: var(--text-color);
min-height: 100vh;
} }
html { html {