From dd08f537569fd50831d3c4a37a7946aa1e3a0eac Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 12 Dec 2015 17:15:45 +0000 Subject: [PATCH] don't let auxpanel push out the height of the roomview --- src/skins/vector/css/organisms/RoomView.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/organisms/RoomView.css b/src/skins/vector/css/organisms/RoomView.css index 0678d1c9dd..ee66c9281d 100644 --- a/src/skins/vector/css/organisms/RoomView.css +++ b/src/skins/vector/css/organisms/RoomView.css @@ -91,8 +91,8 @@ limitations under the License. overflow: auto; border-bottom: 1px solid #eee; - -webkit-flex: 0 0 auto; - flex: 0 0 auto; + -webkit-flex: 0 1 auto; + flex: 0 1 auto; } .mx_RoomView_messagePanel {