mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(web): prevent mobile keyboard from covering chat input (#403)
This commit is contained in:
+2
-1
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user