diff --git a/plugins/chat/assets/stylesheets/common/chat-draft-channel.scss b/plugins/chat/assets/stylesheets/common/chat-draft-channel.scss index 6f5e4d1f9e9..d40c21cf084 100644 --- a/plugins/chat/assets/stylesheets/common/chat-draft-channel.scss +++ b/plugins/chat/assets/stylesheets/common/chat-draft-channel.scss @@ -37,7 +37,9 @@ } } - .chat-composer__wrapper { - padding-bottom: 0.5em; + .ios-device.keyboard-visible & { + .chat-composer__wrapper { + padding-bottom: 1rem; + } } }