Fix media gallery layout in iOS theme
This commit is contained in:
parent
d00fb560b0
commit
55569adfb0
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ $ios-border-color: rgba(0,0,0,0.1);
|
|||
.avatar { display: none; }
|
||||
}
|
||||
|
||||
.conversation .panel {
|
||||
.conversation .panel,
|
||||
.conversation .react-wrapper {
|
||||
position: absolute;
|
||||
top: $header-height;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue