From 18211be401d98083b919bc71a9fdf32e29062e5a Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Thu, 12 Apr 2012 17:21:18 -0700 Subject: [PATCH] disable user select in outline --- web/viewer.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/viewer.css b/web/viewer.css index 2b2266952..1d66bf6a9 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;