fix(web): fix mobile Safari composer toolbar overlap and focus zoom (#1212)

* fix(web): keep composer visible above the mobile Safari toolbar and keyboard

* fix(web): scope the mobile Safari composer fix to the toolbar case

* fix(web): prevent page zoom when focusing the mobile composer
This commit is contained in:
qer 2026-06-30 12:15:14 +08:00 committed by GitHub
parent 063538744f
commit 636ccc40f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@moonshot-ai/kimi-code": patch
---
Fix the web composer being hidden behind the mobile Safari toolbar and the page auto-zooming when the composer is focused.