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.
pull/1/head
Daniel Gasienica 7 years ago
parent 51d17a6dcb
commit 696b23a3e0

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

Loading…
Cancel
Save