diff --git a/public/index.html b/public/index.html
index 5854851..8931b30 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,8 +13,8 @@
window.onerror = e => domlog(` ERROR - ${e} `);
const HOLDING_THRESHOLD_MS = 300;
- const SCROLL_X_DAMPENING = 0.05;
- const SCROLL_Y_DAMPENING = 0.06;
+ const SCROLL_X_DAMPENING = 0.03;
+ const SCROLL_Y_DAMPENING = 0.09;
const loggerOfType = (components, type='log') => (...args) => {
let str = '%c';