Ensure first message is not cut off in iOS theme

Without this, the user couldn’t scroll all the way up and  the first message was
cut off as panel extended below header.
This commit is contained in:
Daniel Gasienica 2018-03-20 14:26:08 -04:00
parent 51d17a6dcb
commit 696b23a3e0

View file

@ -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,