From 3d121c2e0843b854a95536986d08b50c5bf914cc Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Tue, 20 Jan 2026 20:11:35 -0500 Subject: [PATCH] Fix mobile keyboard hiding chat input Use visualViewport API to dynamically resize the app container when the virtual keyboard opens, ensuring the input bar stays visible above the keyboard instead of being hidden behind it. Co-Authored-By: Claude Opus 4.5 --- client/src/app.html | 2 +- client/src/routes/+layout.svelte | 25 +++++++++++++++++++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/client/src/app.html b/client/src/app.html index 9a43ff5..058d986 100644 --- a/client/src/app.html +++ b/client/src/app.html @@ -2,7 +2,7 @@ - + diff --git a/client/src/routes/+layout.svelte b/client/src/routes/+layout.svelte index e5cf5a5..51e5f14 100644 --- a/client/src/routes/+layout.svelte +++ b/client/src/routes/+layout.svelte @@ -1,9 +1,18 @@ -
+