(css,js) Fix mail editor when dragging a button

This commit is contained in:
Francis Lachapelle
2016-07-05 15:44:58 -04:00
parent 23a5274881
commit d73148a440
3 changed files with 8 additions and 3 deletions

View File

@@ -1072,7 +1072,11 @@ DIV#toolbar
margin: 0px;
padding: 0px;
white-space: nowrap;
overflow: hidden; }
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
BODY.popup DIV#toolbar
{ border-top: 0px; }