From b8c5ad1dd1d4e8e470916fd1ccb4c2f6a4f5a711 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Thu, 31 Dec 2020 23:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Small=20fix=20in=20overfl?= =?UTF-8?q?ow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- source/_base.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 448bd2b..e77df73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fork-corner", - "version": "1.0.0", + "version": "1.0.1", "description": "A modern and global open source fork corner label for your project's landing page.", "main": "gulpfile.js", "scripts": { diff --git a/source/_base.scss b/source/_base.scss index 7bb78e3..62779f4 100644 --- a/source/_base.scss +++ b/source/_base.scss @@ -1,5 +1,5 @@ html, body { - overflow: hidden; + overflow-x: hidden; touch-action: pan-y; position: relative; }