mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
parent
0c6f30d92a
commit
87b9488137
|
@ -141,10 +141,11 @@
|
||||||
z-index: z("modal", "content");
|
z-index: z("modal", "content");
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
.keyboard-visible & {
|
html.keyboard-visible body.ios-safari-composer-hacks & {
|
||||||
height: calc(var(--composer-vh, 1vh) * 100);
|
height: calc(var(--composer-vh, 1vh) * 100);
|
||||||
.modal-inner-container {
|
.modal-inner-container {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user