UX: Limit iOS modal keyboard changes to composer

Followup to 423802fbc
This commit is contained in:
Penar Musaraj 2020-05-14 12:48:28 -04:00
parent 0c6f30d92a
commit 87b9488137
1 changed files with 2 additions and 1 deletions

View File

@ -141,10 +141,11 @@
z-index: z("modal", "content");
overflow: auto;
.keyboard-visible & {
html.keyboard-visible body.ios-safari-composer-hacks & {
height: calc(var(--composer-vh, 1vh) * 100);
.modal-inner-container {
max-height: 100%;
margin-bottom: 0px;
}
}