mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Ensure composer grippie stays visible (#18396)
Fixes a small regression in ab58b0c
.
This commit is contained in:
parent
833c8055e1
commit
37b043fefc
@ -540,6 +540,7 @@ body:not(.ios-safari-composer-hacks) {
|
||||
}
|
||||
padding-bottom: var(--composer-ipad-padding);
|
||||
padding-bottom: calc(10px + env(keyboard-inset-height));
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user