From ebc768887f4c353ae5323db9cf084754011184f3 Mon Sep 17 00:00:00 2001 From: Mikunj Date: Tue, 26 May 2020 13:59:42 +1000 Subject: [PATCH] Fix scrolling in settings --- stylesheets/_session.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stylesheets/_session.scss b/stylesheets/_session.scss index 34cca4d3b..7af79716b 100644 --- a/stylesheets/_session.scss +++ b/stylesheets/_session.scss @@ -1065,7 +1065,8 @@ label { flex-direction: column; &-list { - overflow-y: scroll; + overflow-y: auto; + overflow-x: hidden; } &-header { @@ -1135,6 +1136,7 @@ label { display: flex; flex-direction: column; justify-content: space-between; + overflow: hidden; } &__version-info {