A different kind of selection fix.

(imported from commit 377b1571cced9f1ed9e404bbc3f70abb16b7e819)
This commit is contained in:
Allen Rabinovich 2013-12-03 14:12:02 -07:00
parent 850eae3e8e
commit da3f1704ed
1 changed files with 6 additions and 0 deletions

View File

@ -1944,6 +1944,12 @@ table.floating_recipient {
#bottom_whitespace {
display: block;
height: 300px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#home-error {