UX: Restore full sized composer on mobile (#18400)
This commit is contained in:
parent
64601779f0
commit
ea3bc7d7dc
|
@ -24,7 +24,6 @@
|
|||
|
||||
.keyboard-visible &.open {
|
||||
height: 100%; // Android: Reduces composer jumpiness when the keyboard toggles
|
||||
height: calc(100% - (10px + env(keyboard-inset-height)));
|
||||
}
|
||||
|
||||
.keyboard-visible body.ios-safari-composer-hacks &.open {
|
||||
|
|
Loading…
Reference in New Issue