Skip to content

Commit

Permalink
Merge pull request #1568 from Gilles123/patch-1
Browse files Browse the repository at this point in the history
Fix nick change on Safari for Mac and iOS
  • Loading branch information
xPaw committed Sep 27, 2017
2 parents ad92a6d + 04d9b52 commit 0b16026
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/css/style.css
Expand Up @@ -1510,6 +1510,14 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
outline: none;
}

[contenteditable="true"] {
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
cursor: text;
}

/* Nick editor */

#form #nick {
Expand Down

0 comments on commit 0b16026

Please sign in to comment.