summaryrefslogtreecommitdiffstats
path: root/js/gui
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-09-12 23:10:01 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-09-12 23:11:19 +0200
commit12d0d0f4e699fc6de228e5b4eb994276b34324a3 (patch)
tree933a777d95540d86ec0cbfe0f2c5be3da464ddd1 /js/gui
parent10e57c89c80fd7d20b2221f29ea8f23b189e9109 (diff)
also make go to previous article shortcuts fuzzier, #847
Diffstat (limited to 'js/gui')
-rw-r--r--js/gui/KeyboardShortcuts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/gui/KeyboardShortcuts.js b/js/gui/KeyboardShortcuts.js
index abf75dfdf..d05856152 100644
--- a/js/gui/KeyboardShortcuts.js
+++ b/js/gui/KeyboardShortcuts.js
@@ -327,7 +327,7 @@
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