Changed user-metadata-details to overflow-y: auto (#5532) [deploy]
This commit is contained in:
parent
e946e2d7cf
commit
0c6e696f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue