fix mouse cursor

This commit is contained in:
Fabian Jakobs 2010-05-03 17:24:51 +02:00
commit db2271f633

View file

@ -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;
}