Adjust y-overflow
This commit is contained in:
parent
7ca5e7cfa2
commit
4147fe5c10
@ -23,7 +23,7 @@ div {
|
|||||||
width: 75%;
|
width: 75%;
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 75vh;
|
max-height: 75vh;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
|
Loading…
Reference in New Issue
Block a user