mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Restore full sized composer on mobile (#18400)
This commit is contained in:
committed by
GitHub
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 {
|
||||
|
||||
Reference in New Issue
Block a user