mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 21:19:43 -08:00
⚡ Fix issue that two finger swipe on mac did change page
This commit is contained in:
parent
11db481df4
commit
3ed6acd58a
|
@ -14,6 +14,7 @@ body {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
background-color: $--custom-node-view-background;
|
background-color: $--custom-node-view-background;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
overscroll-behavior-x: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue