From 8351690032cae18292cecb153798317546548ad7 Mon Sep 17 00:00:00 2001 From: Still Hsu <5843208+Still34@users.noreply.github.com> Date: Wed, 17 Jul 2019 17:58:32 +0800 Subject: [PATCH] Disable smooth scrolling due to user complaints --- docs/_template/light-dark-theme/styles/master.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/_template/light-dark-theme/styles/master.css b/docs/_template/light-dark-theme/styles/master.css index aa4b71ac6..c36ad09d1 100644 --- a/docs/_template/light-dark-theme/styles/master.css +++ b/docs/_template/light-dark-theme/styles/master.css @@ -6,7 +6,6 @@ body { font-display: optional; height: 100%; font-size: 15px; - scroll-behavior: smooth; } code{