Skip to content

Commit 7ac350e

Browse files
committed
Give mx_RoomView_messageListWrapper its min-height: 100% back
because the spinner now exists separately to it (as mx_RoomView_messagePanelSpinner) so their CSS is disentangled.
1 parent b3bb2d2 commit 7ac350e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ limitations under the License.
118118
max-width: 960px;
119119
margin: auto;
120120

121+
min-height: 100%;
122+
121123
display: flex;
122124

123125
flex-direction: column;

0 commit comments

Comments
 (0)