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.
This commit is contained in:
Michael Kohl 2020-01-09 06:05:52 +07:00 committed by Ben Halpern
parent 5055121361
commit 8006de06ea

View file

@ -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;