From f633bbe679d9a39b83085af6dbcd11721c016dee Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 12 Feb 2020 23:31:58 +0100 Subject: Add touch-action: manipulation for mobile devices --- assets/_main.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'assets/_main.scss') diff --git a/assets/_main.scss b/assets/_main.scss index d352d94..8effba6 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -2,6 +2,7 @@ html { font-size: $font-size-base; letter-spacing: 0.33px; scroll-behavior: smooth; + touch-action: manipulation; } html, -- cgit v1.2.3