Merge pull request #3 from Yukaii/overflow-auto

Fix overflow scroll to auto
This commit is contained in:
Amit Merchant 2019-06-25 12:35:57 +05:30 committed by GitHub
commit c4d9fee1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
.highlight {
background-color: #1e1c3f;
padding: 7px 7px 7px 10px;
overflow: scroll;
overflow: auto;
font-size: 90%;
}