UX: Fix composer position on Firefox for Android (#18403)
Co-authored-by: Jarek Radosz <jradosz@gmail.com>
This commit is contained in:
parent
300db0615f
commit
fb5695795f
|
@ -33,6 +33,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Firefox for Android hack
|
||||||
|
@supports (-moz-appearance: none) {
|
||||||
|
.keyboard-visible #reply-control.open {
|
||||||
|
position: sticky;
|
||||||
|
height: calc(100vh - var(--header-offset, 4em));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.reply-to {
|
.reply-to {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
|
|
Loading…
Reference in New Issue