From bf10a03ab1e8e0cb2831cefbd2524bb08844169d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 12 Aug 2015 01:30:05 +0100 Subject: [PATCH] revert part of 0eceb737 as we need the auxpanel to have overflow: auto, not overflow: visible (initial)... --- skins/base/css/organisms/RoomView.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skins/base/css/organisms/RoomView.css b/skins/base/css/organisms/RoomView.css index 0e7c183f15..7206a6e93d 100644 --- a/skins/base/css/organisms/RoomView.css +++ b/skins/base/css/organisms/RoomView.css @@ -52,6 +52,7 @@ limitations under the License. width: 100%; margin: auto; + overflow: auto; border-bottom: 1px solid #a8dbf3; -webkit-flex: 0 0 auto;