Changing cursor to text for editor. fixes #284

This commit is contained in:
Jon Rohan 2013-02-17 10:01:36 -08:00
parent 2806495e5a
commit 2f32c4f745

View File

@ -1,6 +1,6 @@
.editor {
overflow: hidden;
cursor: default;
cursor: text;
-webkit-user-select: none;
position: relative;
z-index: 0;