Merge pull request #23 from viktorgardart/patch-1

Added webkit-overflow-scrolling to improve scrolling on iOS devices.
This commit is contained in:
John Sundell 2018-10-09 23:28:09 +02:00 committed by GitHub
commit 6eda8586cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ pre code {
font-size: 0.95em;
overflow-x: auto;
white-space: pre;
-webkit-overflow-scrolling: touch;
}
pre code .keyword {