From 56415b40e9f3cb6572f748b103c1adb3feb38f3d Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 15 Jun 2015 17:06:34 +0100 Subject: [PATCH] more cssage --- css/organisms/RoomView.css | 2 ++ css/pages/MatrixChat.css | 1 + example/index.html | 6 +++--- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/css/organisms/RoomView.css b/css/organisms/RoomView.css index 5ebf1083c1..d9345f75ec 100644 --- a/css/organisms/RoomView.css +++ b/css/organisms/RoomView.css @@ -6,4 +6,6 @@ .mx_RoomView ul { padding: 0px; + height: 100%; + overflow-y: scroll; } diff --git a/css/pages/MatrixChat.css b/css/pages/MatrixChat.css index 51ec0f2ad0..2d79495bff 100644 --- a/css/pages/MatrixChat.css +++ b/css/pages/MatrixChat.css @@ -2,6 +2,7 @@ display: table; table-layout: fixed; width: 100%; + height: 100%; } .mx_MatrixChat_leftPanel { diff --git a/example/index.html b/example/index.html index c6de4d5f2d..bdc7ce7e01 100644 --- a/example/index.html +++ b/example/index.html @@ -1,11 +1,11 @@ - + Matrix Flux - -
+ +