From 79f49fa6f0b5368c197a3346dae1f57e4976e5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 25 Jan 2018 10:02:32 +0100 Subject: Stable13 fixes (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed required class for main content Signed-off-by: John Molakvoæ (skjnldsv) * Fixed a external underline Signed-off-by: John Molakvoæ (skjnldsv) * proper scroll area Signed-off-by: John Molakvoæ (skjnldsv) * proper scroll area 2 Signed-off-by: John Molakvoæ (skjnldsv) * Fixed transparent settings Signed-off-by: John Molakvoæ (skjnldsv) --- js/gui/KeyboardShortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/gui/KeyboardShortcuts.js') diff --git a/js/gui/KeyboardShortcuts.js b/js/gui/KeyboardShortcuts.js index 7a1c20ed0..54b018321 100644 --- a/js/gui/KeyboardShortcuts.js +++ b/js/gui/KeyboardShortcuts.js @@ -330,7 +330,7 @@ $(document).keyup(function (event) { var keyCode = event.keyCode; - var scrollArea = $('#app-content'); + var scrollArea = $('.app-content-detail'); var navigationArea = $('#app-navigation'); var isCompactView = $('#articles.compact').length > 0; var isExpandItem = $('#articles') -- cgit v1.2.3