From 79a44b1bfb3e7d6e2b7e722abe7fb17260b71fc2 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 28 Jan 2019 16:03:49 +0100 Subject: [PATCH] always hide overflow on RoomList in case Layout screws up --- res/css/views/rooms/_RoomList.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/rooms/_RoomList.scss b/res/css/views/rooms/_RoomList.scss index 360966a952..886f10dc4c 100644 --- a/res/css/views/rooms/_RoomList.scss +++ b/res/css/views/rooms/_RoomList.scss @@ -19,9 +19,11 @@ limitations under the License. /* take up remaining space below TopLeftMenu */ flex: 1; min-height: 0; + overflow-y: hidden; } .mx_RoomList .mx_ResizeHandle { + // needed so the z-index takes effect position: relative; }