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:
parent
5055121361
commit
8006de06ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue