From 3ed6acd58a2f942ced0c794c524262c5ceb1840e Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 3 Oct 2019 11:42:16 +0200 Subject: [PATCH] :zap: Fix issue that two finger swipe on mac did change page --- packages/editor-ui/src/n8n-theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor-ui/src/n8n-theme.scss b/packages/editor-ui/src/n8n-theme.scss index e946f50df9..93f90d011a 100644 --- a/packages/editor-ui/src/n8n-theme.scss +++ b/packages/editor-ui/src/n8n-theme.scss @@ -14,6 +14,7 @@ body { -moz-osx-font-smoothing: grayscale; background-color: $--custom-node-view-background; margin: 0; + overscroll-behavior-x: none; padding: 0; }