mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
disable user select in outline
This commit is contained in:
parent
e92656712f
commit
18211be401
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ body {
|
|||
bottom: 0;
|
||||
padding: 16px 4px 0;
|
||||
overflow: auto;
|
||||
-moz-user-select:none;
|
||||
}
|
||||
#outlineView.hidden {
|
||||
display:none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue