From 6c9fbcaef90559281c727caae42a40994af18c11 Mon Sep 17 00:00:00 2001 From: laurikjk Date: Wed, 4 Feb 2026 13:15:28 +0200 Subject: [PATCH] Fix input bar invisible on some android devices --- index.html | 2 +- src/index.css | 2 +- src/shared/components/Layout.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index da7b6382d..71c2d3aac 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ -
+
diff --git a/src/index.css b/src/index.css index e4f4f1916..5bb045df8 100644 --- a/src/index.css +++ b/src/index.css @@ -18,7 +18,7 @@ html { body { position: fixed; width: 100%; - height: 100%; + height: 100dvh; } /* Common page container styles */ diff --git a/src/shared/components/Layout.tsx b/src/shared/components/Layout.tsx index dbf73d60f..8a4347f06 100644 --- a/src/shared/components/Layout.tsx +++ b/src/shared/components/Layout.tsx @@ -247,7 +247,7 @@ const Layout = ({children}: {children: ReactNode}) => { return (