Added webkit-overflow-scrolling to improve scrolling on iOS devices.
This commit is contained in:
parent
1dfa17227f
commit
56bb70fb7f
|
@ -20,6 +20,7 @@ pre code {
|
|||
font-size: 0.95em;
|
||||
overflow-x: auto;
|
||||
white-space: pre;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
pre code .keyword {
|
||||
|
|
Loading…
Reference in New Issue