From 5962b622f1acb846665f2922d5518530e7d91162 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 6 Jul 2017 19:20:36 -0500 Subject: [PATCH] Doubles goonchat scroll snap tolerance --- code/modules/goonchat/browserassets/js/browserOutput.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/goonchat/browserassets/js/browserOutput.js b/code/modules/goonchat/browserassets/js/browserOutput.js index cfe453010c..0df1c9a44e 100644 --- a/code/modules/goonchat/browserassets/js/browserOutput.js +++ b/code/modules/goonchat/browserassets/js/browserOutput.js @@ -27,7 +27,7 @@ var opts = { //General 'messageCount': 0, //A count...of messages... 'messageLimit': 2053, //A limit...for the messages... - 'scrollSnapTolerance': 5, //If within x pixels of bottom + 'scrollSnapTolerance': 10, //If within x pixels of bottom 'clickTolerance': 10, //Keep focus if outside x pixels of mousedown position on mouseup 'popups': 0, //Amount of popups opened ever 'wasd': false, //Is the user in wasd mode?