Adjust CSS to prevent scrollbars on message panel spinner

when clicking on permalinks/jump to first
pull/6131/head
Luke Barnard 2018-02-13 14:15:22 +00:00
parent ec0dd63470
commit 85c0b8dea3
1 changed files with 5 additions and 2 deletions

View File

@ -96,6 +96,11 @@ limitations under the License.
order: 2;
}
.mx_RoomView_body .mx_RoomView_messagePanelSpinner {
order: 2;
margin: auto;
}
.mx_RoomView_body .mx_RoomView_statusArea {
order: 3;
}
@ -113,8 +118,6 @@ limitations under the License.
max-width: 960px;
margin: auto;
min-height: 100%;
display: flex;
flex-direction: column;