diff options
Diffstat (limited to 'src/client/views/PreviewCursor.scss')
| -rw-r--r-- | src/client/views/PreviewCursor.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/PreviewCursor.scss b/src/client/views/PreviewCursor.scss new file mode 100644 index 000000000..20f9b9a49 --- /dev/null +++ b/src/client/views/PreviewCursor.scss @@ -0,0 +1,9 @@ + +.previewCursor { + color: black; + position: absolute; + transform-origin: left top; + top: 0; + left:0; + pointer-events: none; +}
\ No newline at end of file |
