From 696b23a3e0c8f462d90446f4a3b22e77cbcb2c80 Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 20 Mar 2018 14:26:08 -0400 Subject: [PATCH] Ensure first message is not cut off in iOS theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, the user couldn’t scroll all the way up and the first message was cut off as panel extended below header. --- stylesheets/_ios.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stylesheets/_ios.scss b/stylesheets/_ios.scss index 3e682d435..341d4f38d 100644 --- a/stylesheets/_ios.scss +++ b/stylesheets/_ios.scss @@ -81,7 +81,10 @@ $ios-border-color: rgba(0,0,0,0.1); } .conversation .panel { - height: 100%; + position: absolute; + top: $header-height; + bottom: 0; + width: 100%; } .settings h3,