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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user