From dc4a7f316c1e3f3392ffd68b6a432eddd7013868 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Tue, 24 Jun 2025 15:09:02 +0200 Subject: Fix heights (temp patch, should be flexible) --- src/frontend/app/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app/root.css') diff --git a/src/frontend/app/root.css b/src/frontend/app/root.css index 689b48e..89da67a 100644 --- a/src/frontend/app/root.css +++ b/src/frontend/app/root.css @@ -37,7 +37,7 @@ body { display: flex; flex-direction: column; - height: 100vh; + height: 100dvh; width: 100%; overflow: hidden; } -- cgit v1.3