diff --git a/css/editor.css b/css/editor.css index 148ec7f9..3cd216ea 100644 --- a/css/editor.css +++ b/css/editor.css @@ -7,6 +7,7 @@ position: absolute; overflow-x: scroll; overflow-y: hidden; + cursor: text; } .gutter { @@ -37,7 +38,6 @@ .text-layer { font-family: Monaco, "Courier New", monospace; - cursor: text; color: black; }