From: Artur Adib Date: Fri, 13 Apr 2012 00:21:18 +0000 (-0700) Subject: disable user select in outline X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=18211be401d98083b919bc71a9fdf32e29062e5a;p=pdf.js.git disable user select in outline --- diff --git a/web/viewer.css b/web/viewer.css index 2b22669..1d66bf6 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -409,6 +409,7 @@ body { bottom: 0; padding: 16px 4px 0; overflow: auto; + -moz-user-select:none; } #outlineView.hidden { display:none;