Fix media gallery layout in iOS theme

This commit is contained in:
Daniel Gasienica 2018-04-26 20:27:03 -04:00
parent d00fb560b0
commit 55569adfb0

View file

@ -80,7 +80,8 @@ $ios-border-color: rgba(0,0,0,0.1);
.avatar { display: none; } .avatar { display: none; }
} }
.conversation .panel { .conversation .panel,
.conversation .react-wrapper {
position: absolute; position: absolute;
top: $header-height; top: $header-height;
bottom: 0; bottom: 0;