Prevent selection of text on maindisplay

bzr-revno: 1868
This commit is contained in:
Jonathan Corwin 2012-01-08 23:09:51 +00:00
commit 1862c7175b
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ HTMLSRC = u"""
padding: 0; padding: 0;
border: 0; border: 0;
overflow: hidden; overflow: hidden;
-webkit-user-select: none;
} }
body { body {
%s; %s;