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:
parent
51d17a6dcb
commit
696b23a3e0
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue