From 56bb70fb7f6f81723822f957c47ee5755b6994df Mon Sep 17 00:00:00 2001 From: Viktor Gardart Date: Fri, 5 Oct 2018 23:20:26 +0200 Subject: [PATCH] Added webkit-overflow-scrolling to improve scrolling on iOS devices. --- Examples/sundellsColors.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/sundellsColors.css b/Examples/sundellsColors.css index af52fea..90ce6d6 100644 --- a/Examples/sundellsColors.css +++ b/Examples/sundellsColors.css @@ -20,6 +20,7 @@ pre code { font-size: 0.95em; overflow-x: auto; white-space: pre; + -webkit-overflow-scrolling: touch; } pre code .keyword {