fix css comments

This commit is contained in:
Tim 2019-05-28 00:39:55 +10:00
parent 5f095cc340
commit c4f6b24cf9
3 changed files with 6 additions and 5 deletions

View file

@ -3,14 +3,15 @@
margin: 0;
padding: 0;
display: block;
resize: none;
/* remove resizing handle in Firefox */
resize: none;
outline: none;
/* remove outline on focus in Chrome */
outline: none;
overflow: auto;
/* remove scrollbar in IE */
overflow: auto;
}
.edit-controls {