From 8006de06ea082e6590d5c04cd06f26e7db41ecdf Mon Sep 17 00:00:00 2001 From: Michael Kohl Date: Thu, 9 Jan 2020 06:05:52 +0700 Subject: [PATCH] Add 'overflow-y: scroll' to .user-metadata-details (#4803) Users with too much/too long profile information where overflowing the section which made some of their information inaccessible. --- app/assets/stylesheets/user-profile-header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/user-profile-header.scss b/app/assets/stylesheets/user-profile-header.scss index 1721bc0b1..2bd578201 100644 --- a/app/assets/stylesheets/user-profile-header.scss +++ b/app/assets/stylesheets/user-profile-header.scss @@ -235,6 +235,7 @@ .user-metadata-details{ font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; width: 97%; + overflow-y: scroll; @media screen and ( min-width: 1100px ){ position: absolute; right: 0px;