Fix issue that two finger swipe on mac did change page

This commit is contained in:
Jan Oberhauser 2019-10-03 11:42:16 +02:00
parent 11db481df4
commit 3ed6acd58a

View file

@ -14,6 +14,7 @@ body {
-moz-osx-font-smoothing: grayscale;
background-color: $--custom-node-view-background;
margin: 0;
overscroll-behavior-x: none;
padding: 0;
}