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 {