disable text selection anywhere in the page

to improve draggability of things without
strange select boxes appearing
This commit is contained in:
Ali Asaria 2011-09-24 15:55:38 -04:00
parent 3f0a706ee1
commit a3b0bebc59

View file

@ -12,6 +12,15 @@ body {
xheight: 1400px;
xwidth: 2000px;
user-select: none;
-o-user-select:none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
}
#board {