overflow auto

This commit is contained in:
davidovski 2023-12-12 22:50:44 +00:00
parent 6317c20aa2
commit 22ad086b99
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ h3 {
box-shadow: 0px 0px 50px black; box-shadow: 0px 0px 50px black;
} }
.content { .content {
overflow: scroll; overflow: auto;
height: 80%; height: 80%;
} }