Adjust y-overflow

This commit is contained in:
Fred Boniface 2023-06-28 21:58:42 +01:00
parent 7ca5e7cfa2
commit 4147fe5c10
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ div {
width: 75%;
height: auto;
max-height: 75vh;
overflow-y: scroll;
overflow-y: auto;
max-width: 400px;
margin: auto;
margin-top: 25px;