From c19b53d3fd79b826a42b7644d2d041d8261628c0 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 25 Nov 2019 18:01:11 +1100 Subject: [PATCH] Disable horizontal scrollbar on conversation list #560 --- stylesheets/_modules.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 70468c93e..6fa4cbeaa 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -3306,6 +3306,7 @@ flex-grow: 1; flex-shrink: 1; overflow-y: auto; + overflow-x: hidden; } .module-left-pane__virtual-list {