Start on cursor rendering

This commit is contained in:
Nathan Sobo
2014-04-01 15:06:38 -06:00
parent 61d9ff4ba4
commit 70e5880b1d
3 changed files with 75 additions and 18 deletions

View File

@@ -200,3 +200,13 @@
color: @text-color-subtle;
}
}
.react-wrapper > .editor {
.scrollable-content {
position: relative;
}
.cursor {
visibility: visible;
}
}