From 978453d0fb5deea645352a2c695a8bb7776bf723 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 12 Sep 2015 23:12:51 +0200 Subject: also make go to previous article shortcuts fuzzier, #847 --- js/build/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/build/app.js') diff --git a/js/build/app.js b/js/build/app.js index 002587df6..ac100e3ab 100644 --- a/js/build/app.js +++ b/js/build/app.js @@ -2444,7 +2444,7 @@ app.service('SettingsResource', ["$http", "BASE_URL", function ($http, BASE_URL) items.each(function (index, item) { item = $(item); - if (item.position().top >= 0) { + if ((item.position().top + 10) >= 0) { var previous = item.prev(); // if there are no items before the current one -- cgit v1.2.3