1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Merge pull request #1747 from matrix-org/luke/fix-scrollbars-on-jump-to-first

Change CSS class for message panel spinner
This commit is contained in:
Luke Barnard
2018-02-15 14:51:12 +00:00
committed by GitHub

View File

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