fix(web): prevent mobile keyboard from covering chat input (#403)

This commit is contained in:
Haoqing Wang
2026-04-06 05:39:40 +08:00
committed by GitHub
parent ea09663cdc
commit 1c8cb5c90d
4 changed files with 116 additions and 1 deletions
+2 -1
View File
@@ -97,7 +97,8 @@ html,
body {
height: 100vh;
height: 100dvh;
height: var(--tg-viewport-stable-height, 100dvh);
height: var(--app-viewport-height, 100dvh);
height: var(--tg-viewport-stable-height, var(--app-viewport-height, 100dvh));
touch-action: pan-x pan-y;
overscroll-behavior: none;
-webkit-text-size-adjust: 100%;