Change CSS class for message panel spinner

to stop scrollbars appearing when we
 - jump to a message or,
 - permalink that is to an not paginated in event
pull/21833/head
Luke Barnard 2018-02-13 14:13:47 +00:00
parent 03921bad79
commit 36e8bf1f20
1 changed files with 3 additions and 3 deletions

View File

@ -1121,9 +1121,9 @@ var TimelinePanel = React.createClass({
// exist.
if (this.state.timelineLoading) {
return (
<div className={this.props.className + " mx_RoomView_messageListWrapper"}>
<Loader />
</div>
<div className="mx_RoomView_messagePanelSpinner">
<Loader />
</div>
);
}