Changed user-metadata-details to overflow-y: auto (#5532) [deploy]

This commit is contained in:
Thomas Bnt 2020-01-15 22:47:10 +01:00 committed by Ben Halpern
parent e946e2d7cf
commit 0c6e696f2d

View file

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