From 4a2eefe1b6e0a47960ce834f2945213f804af7c5 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Sat, 6 Jul 2013 15:37:03 +0200 Subject: [PATCH] Allow scrolling by keyboard in Chrome/Opera Set "tabindex" attribute to allow focus; Added "outline: none" to prevent focus ring from appearing. Fixes #3443 --- web/viewer.css | 1 + web/viewer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 46a7c6f38..6ab3380a3 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -236,6 +236,7 @@ html[dir='rtl'] #sidebarContent { right: 0; bottom: 0; left: 0; + outline: none; } .loadingInProgress #viewerContainer { top: 39px; diff --git a/web/viewer.html b/web/viewer.html index 66dbff139..9eba078f0 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -222,7 +222,7 @@ limitations under the License. data-l10n-id="page_rotate_cw" > -
+