aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/root.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-24 15:09:02 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-06-24 15:09:02 +0200
commitdc4a7f316c1e3f3392ffd68b6a432eddd7013868 (patch)
tree89ee9a3a3f16571f09d05c877fa2993743b95fd8 /src/frontend/app/root.css
parent98203907c2a0d7ab5c7111e6e659b7f0179ccadf (diff)
Fix heights (temp patch, should be flexible)
Diffstat (limited to 'src/frontend/app/root.css')
-rw-r--r--src/frontend/app/root.css2
1 files changed, 1 insertions, 1 deletions
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;
}