Changed overflow from scroll to auto

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-21 14:07:09 -04:00
parent 15f4ff8220
commit f02b5082a9
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -602,7 +602,7 @@ article header {
}
p {
overflow: scroll;
overflow: auto;
}
@-webkit-keyframes nprogress-spinner{