From d2faa180254a419edda7dd040ab64cc570f33997 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 21 Jan 2019 11:42:55 +0000 Subject: [PATCH] Add momentum scrolling --- index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.css b/index.css index bda9cd7..0ec4d1d 100644 --- a/index.css +++ b/index.css @@ -82,6 +82,7 @@ section.config > * { } section.select-list { overflow: auto; + -webkit-overflow-scrolling: touch; } section.select-list .entry { position: relative; @@ -233,6 +234,9 @@ label[for="select-theme"] { .CodeMirror-gutters { background: transparent; } +.CodeMirror-scroll { + -webkit-overflow-scrolling: touch; +} @media screen and (max-width: 56em) { .article-wrapper,