Skip to content

Commit 85c0b8d

Browse files
committed
Adjust CSS to prevent scrollbars on message panel spinner
when clicking on permalinks/jump to first
1 parent ec0dd63 commit 85c0b8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ limitations under the License.
9696
order: 2;
9797
}
9898

99+
.mx_RoomView_body .mx_RoomView_messagePanelSpinner {
100+
order: 2;
101+
margin: auto;
102+
}
103+
99104
.mx_RoomView_body .mx_RoomView_statusArea {
100105
order: 3;
101106
}
@@ -113,8 +118,6 @@ limitations under the License.
113118
max-width: 960px;
114119
margin: auto;
115120

116-
min-height: 100%;
117-
118121
display: flex;
119122

120123
flex-direction: column;

0 commit comments

Comments
 (0)