.previewCursor { color: black; position: absolute; transform-origin: left top; top: 0; left:0; pointer-events: none; } .previewCursorView { top: 0; left:0; position: absolute; width:100%; height:100%; } //this is an animation for the blinking cursor! // @keyframes blink { // 0% {opacity: 0} // 49%{opacity: 0} // 50% {opacity: 1} // } // #previewCursor { // animation: blink 1s infinite; // }