From 1ef784b35936793a5f89954f17a0d222b929c35b Mon Sep 17 00:00:00 2001 From: Alasdair Monk Date: Wed, 12 Jun 2019 09:28:26 +0100 Subject: [PATCH] Smooth scrolling for docs --- docs/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.html b/docs/index.html index 5d3be4f..fa26eb0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,6 +25,7 @@ body { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; + scroll-behavior: smooth; } code {