aboutsummaryrefslogtreecommitdiff
path: root/src/content
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-02-11 20:07:46 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-02-11 20:07:46 +0900
commit68668cfefa3d2e90564c381f9f55167df75e4a75 (patch)
tree862f9d057b029a2cd0703f2b6087a2c1c0fb10b5 /src/content
parent4f342102c0ae8e7e4bc401e224e9d31f9089e6bd (diff)
Increase scroll delta
Diffstat (limited to 'src/content')
-rw-r--r--src/content/scrolls.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/scrolls.js b/src/content/scrolls.js
index ce297b3..a307aa7 100644
--- a/src/content/scrolls.js
+++ b/src/content/scrolls.js
@@ -1,7 +1,7 @@
import * as doms from 'shared/utils/dom';
-const SCROLL_DELTA_X = 48;
-const SCROLL_DELTA_Y = 48;
+const SCROLL_DELTA_X = 64;
+const SCROLL_DELTA_Y = 64;
// dirty way to store scrolling state on globally
let scrolling = false;