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; }