iOS message window bugs

This commit is contained in:
2026-03-28 11:09:31 -04:00
parent 459ab27c5b
commit a0d7125dd3
3 changed files with 30 additions and 1 deletions

View File

@@ -247,3 +247,9 @@
}
}
/* iOS keyboard fix: when keyboard is open, env(safe-area-inset-bottom) stays at ~34px
instead of dropping to 0 — remove it so there's no empty gap below the input */
.keyboard-open .message-input-area {
padding-bottom: 12px;
}