mirror of https://github.com/zulip/zulip.git
A different kind of selection fix.
(imported from commit 377b1571cced9f1ed9e404bbc3f70abb16b7e819)
This commit is contained in:
parent
850eae3e8e
commit
da3f1704ed
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue