From 0c6e696f2d87ddd1055af2ccb5e27fae85348919 Mon Sep 17 00:00:00 2001 From: Thomas Bnt Date: Wed, 15 Jan 2020 22:47:10 +0100 Subject: [PATCH] Changed user-metadata-details to overflow-y: auto (#5532) [deploy] --- app/assets/stylesheets/user-profile-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/user-profile-header.scss b/app/assets/stylesheets/user-profile-header.scss index 2bd578201..a96a5f97b 100644 --- a/app/assets/stylesheets/user-profile-header.scss +++ b/app/assets/stylesheets/user-profile-header.scss @@ -235,7 +235,7 @@ .user-metadata-details{ font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; width: 97%; - overflow-y: scroll; + overflow-y: auto; @media screen and ( min-width: 1100px ){ position: absolute; right: 0px;