1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

disable user select in outline

This commit is contained in:
Artur Adib 2012-04-12 17:21:18 -07:00
parent e92656712f
commit 18211be401

View file

@ -409,6 +409,7 @@ body {
bottom: 0;
padding: 16px 4px 0;
overflow: auto;
-moz-user-select:none;
}
#outlineView.hidden {
display:none;