Merge pull request #47 from robrobinbin/scrollbar-for-overflowing-code

Add overflow "auto" to "pre"
This commit is contained in:
Spike 2021-01-12 15:16:02 -08:00 committed by GitHub
commit 89fa0d5489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -779,6 +779,7 @@ input[type="submit"] {
margin-top: 10px; margin-top: 10px;
border-radius: 5px; border-radius: 5px;
box-shadow: var(--shadow); box-shadow: var(--shadow);
overflow: auto;
} }
.md table { .md table {