Merge pull request #2153 from signalapp/ios-theme-conversation-panel-position
iOS Theme: Ensure first message is not cut off
This commit is contained in:
commit
8636ef3f18
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…
Add table
Add a link
Reference in a new issue