From 466f693c21cddbe19fa0d36884d1b391373889b6 Mon Sep 17 00:00:00 2001 From: Jack Kingsman Date: Tue, 28 Apr 2026 14:41:56 -0700 Subject: [PATCH] Fix page to dvh. Closes #233. --- frontend/src/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 44fa82d..f15ccdc 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -6,7 +6,10 @@ padding: 0; } -html, +html { + height: 100dvh; +} + body, #root { height: 100%;