From c2b06f40b4bcaaf74558b114db89cc352a7ec3e7 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Fri, 11 Jul 2025 02:34:08 +0200 Subject: [PATCH] fix: align textbox to bottom of the screen --- components/MessageArea.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/MessageArea.vue b/components/MessageArea.vue index 466224d..59e5e06 100644 --- a/components/MessageArea.vue +++ b/components/MessageArea.vue @@ -301,6 +301,7 @@ router.beforeEach((to, from, next) => { } #message-box { + margin-top: auto; /* force it to the bottom of the screen */ margin-bottom: 2dvh; margin-left: 1dvw; margin-right: 1dvw;