From 8fc293bc348b59fddd662e20276ab24b8aa0a7f9 Mon Sep 17 00:00:00 2001 From: Brian Jian Zhao Date: Thu, 13 Feb 2020 13:35:43 +1100 Subject: [PATCH] change overflow behaviour to auto for friend-selection-list --- stylesheets/_session.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index cd1e2eb6e..f4ab841cd 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -1424,6 +1424,7 @@ input { .friend-selection-list { width: 40vh; + overflow: auto; } .session-beta-disclaimer {