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

@@ -1,8 +1,8 @@
.chat-layout {
display: flex;
flex-direction: column;
height: 100vh;
height: 100dvh;
height: var(--visual-viewport-height, 100dvh); /* iOS keyboard fix: shrinks to visible area above keyboard */
overflow: hidden;
background: var(--background);
}