Merge pull request #47 from robrobinbin/scrollbar-for-overflowing-code
Add overflow "auto" to "pre"
This commit is contained in:
commit
89fa0d5489
@ -779,6 +779,7 @@ input[type="submit"] {
|
||||
margin-top: 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: var(--shadow);
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.md table {
|
||||
|
Loading…
Reference in New Issue
Block a user