From e6bff0042d4f8fc821f75e93c3f802b8efaed133 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 28 May 2025 22:37:25 +0200 Subject: [PATCH] feat: switched from setting height to 100% to using 100dvh --- app.vue | 1 - layouts/client.vue | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app.vue b/app.vue index e011b8d..5d47bb7 100644 --- a/app.vue +++ b/app.vue @@ -18,7 +18,6 @@ body { box-sizing: border-box; color: rgb(190, 190, 190); background-color: rgb(30, 30, 30); - height: 100%; margin: 0; } diff --git a/layouts/client.vue b/layouts/client.vue index 02f7ded..b0fbf02 100644 --- a/layouts/client.vue +++ b/layouts/client.vue @@ -90,7 +90,7 @@ function sendMessage(e: Event) {