Scroll Down Button: Fix positioning in channels (#1460)
This commit is contained in:
parent
a90019a2f2
commit
135db2345b
@ -74,10 +74,6 @@
|
|||||||
|
|
||||||
&.no-composer:not(.with-extra-shift) {
|
&.no-composer:not(.with-extra-shift) {
|
||||||
transform: translateY(4rem);
|
transform: translateY(4rem);
|
||||||
|
|
||||||
@supports (padding-bottom: env(safe-area-inset-bottom)) {
|
|
||||||
transform: translateY(calc(4rem - env(safe-area-inset-bottom)));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user