Merge pull request #23 from viktorgardart/patch-1
Added webkit-overflow-scrolling to improve scrolling on iOS devices.
This commit is contained in:
commit
6eda8586cc
@ -20,6 +20,7 @@ pre code {
|
||||
font-size: 0.95em;
|
||||
overflow-x: auto;
|
||||
white-space: pre;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
pre code .keyword {
|
||||
|
Loading…
x
Reference in New Issue
Block a user