From 55569adfb0c3def8705852516eafa2b5bf5a71af Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Thu, 26 Apr 2018 20:27:03 -0400 Subject: [PATCH] Fix media gallery layout in iOS theme --- stylesheets/_ios.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index d6452c24606d..f5a1a3305735 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -80,7 +80,8 @@ $ios-border-color: rgba(0,0,0,0.1); .avatar { display: none; } } - .conversation .panel { + .conversation .panel, + .conversation .react-wrapper { position: absolute; top: $header-height; bottom: 0;