From 7ac350ea36c92d4a9f796e72f94e2b4e6437b38d Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 14 Feb 2018 11:17:21 +0000 Subject: [PATCH] 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. --- src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss b/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss index 9ca3ad52..b8e11903 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss +++ b/src/skins/vector/css/matrix-react-sdk/structures/_RoomView.scss @@ -118,6 +118,8 @@ limitations under the License. max-width: 960px; margin: auto; + min-height: 100%; + display: flex; flex-direction: column;