From 01626d6b02da826fc66e92e95262a499f7e9130b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 5 Nov 2018 14:21:58 +0100 Subject: [PATCH] never show horizontal scrollbar in subroom list --- res/css/structures/_RoomSubList.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/structures/_RoomSubList.scss b/res/css/structures/_RoomSubList.scss index 9eebbfe63f..c0454c2914 100644 --- a/res/css/structures/_RoomSubList.scss +++ b/res/css/structures/_RoomSubList.scss @@ -119,6 +119,7 @@ limitations under the License. /* let rooms list grab all available space */ flex: 0 1 auto; padding: 0 15px !important; + overflow-x: hidden; } /* for browsers that don't support overlay scrollbars,