Composer: Fix blinking messages on iOS (#1473)
This commit is contained in:
parent
6e2e5c98e2
commit
85fdc74789
@ -33,7 +33,12 @@
|
|||||||
|
|
||||||
@supports (padding-bottom: env(safe-area-inset-bottom)) {
|
@supports (padding-bottom: env(safe-area-inset-bottom)) {
|
||||||
body.keyboard-visible & {
|
body.keyboard-visible & {
|
||||||
transform: translateY(env(safe-area-inset-bottom));
|
transition: margin-bottom 150ms ease-out;
|
||||||
|
margin-bottom: calc(.5rem - env(safe-area-inset-bottom));
|
||||||
|
|
||||||
|
body.keyboard-visible.animation-level-0 & {
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user