iOS message window bugs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user