You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
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
This commit is contained in:
@ -1121,7 +1121,7 @@ var TimelinePanel = React.createClass({
|
|||||||
// exist.
|
// exist.
|
||||||
if (this.state.timelineLoading) {
|
if (this.state.timelineLoading) {
|
||||||
return (
|
return (
|
||||||
<div className={this.props.className + " mx_RoomView_messageListWrapper"}>
|
<div className="mx_RoomView_messagePanelSpinner">
|
||||||
<Loader />
|
<Loader />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user