From 546ee178443213bd0919dc394dd4f6add987ab7a Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Fri, 3 May 2019 17:55:01 +0200 Subject: [PATCH] ios smooth scrolling --- liquet/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/liquet/style.css b/liquet/style.css index 09d624c..6a05c93 100644 --- a/liquet/style.css +++ b/liquet/style.css @@ -12,6 +12,7 @@ Theme URI: https://github.com/cupcakearmy/liquet * { box-sizing: border-box; + -webkit-overflow-scrolling: touch; --clr-primary: hsl(194, 100%, 88%); --clr-white: #ffffff; --clr-black: #000000;