mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 15:47:57 +02:00
Allow scrolling by keyboard in Chrome/Opera
Set "tabindex" attribute to allow focus; Added "outline: none" to prevent focus ring from appearing. Fixes #3443
This commit is contained in:
parent
81fa4a0d93
commit
4a2eefe1b6
2 changed files with 2 additions and 1 deletions
|
@ -222,7 +222,7 @@ limitations under the License.
|
|||
data-l10n-id="page_rotate_cw" ></menuitem>
|
||||
</menu>
|
||||
|
||||
<div id="viewerContainer">
|
||||
<div id="viewerContainer" tabindex="0">
|
||||
<div id="viewer" contextmenu="viewerContextMenu"></div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue