From db9a314b9f5eee989771570593d586f8d85ddbc3 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Thu, 30 Jun 2022 11:52:40 +0200 Subject: [PATCH] =?UTF-8?q?fix(editor):=20=F0=9F=90=9B=20Back=20action=20t?= =?UTF-8?q?rigger=20on=20finger=20swipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/builder/assets/styles/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/builder/assets/styles/custom.css b/apps/builder/assets/styles/custom.css index ba664e029..48b8c707d 100644 --- a/apps/builder/assets/styles/custom.css +++ b/apps/builder/assets/styles/custom.css @@ -1,3 +1,8 @@ +html, +body { + overscroll-behavior-x: none; +} + .grabbing * { cursor: grabbing !important; }