Prevent selection of text on maindisplay

This commit is contained in:
Jonathan Corwin 2012-01-07 23:03:14 +00:00
parent 8593b5ea2b
commit f413ad2d30

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;