FIX: Ensure composer grippie stays visible (#18396)

Fixes a small regression in ab58b0c.
This commit is contained in:
Penar Musaraj 2022-09-28 10:02:03 -04:00 committed by GitHub
parent 833c8055e1
commit 37b043fefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -540,6 +540,7 @@ body:not(.ios-safari-composer-hacks) {
} }
padding-bottom: var(--composer-ipad-padding); padding-bottom: var(--composer-ipad-padding);
padding-bottom: calc(10px + env(keyboard-inset-height)); padding-bottom: calc(10px + env(keyboard-inset-height));
box-sizing: border-box;
} }
} }