mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
UX: Limit iOS modal keyboard changes to composer
Followup to 423802fbc
This commit is contained in:
parent
0c6f30d92a
commit
87b9488137
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user