diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-11-16 16:22:42 -0500 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-11-16 16:22:42 -0500 |
| commit | e86c44757770c097392fb17726041a4410c16e74 (patch) | |
| tree | d7010cab595f3d3b609c91741fce35c42d3176f3 /src/client/views/InkingCanvas.scss | |
| parent | d9eb5155734241e5c54353fe53168051fbd32c84 (diff) | |
fixed some bugs with touch, text document are a little buggy?
Diffstat (limited to 'src/client/views/InkingCanvas.scss')
| -rw-r--r-- | src/client/views/InkingCanvas.scss | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/src/client/views/InkingCanvas.scss b/src/client/views/InkingCanvas.scss deleted file mode 100644 index 8f32652ed..000000000 --- a/src/client/views/InkingCanvas.scss +++ /dev/null @@ -1,51 +0,0 @@ -@import "globalCssVariables"; - -.inkingCanvas { - // opacity: 0.99; - touch-action: none; - - .jsx-parser { - position: absolute; - width: 100%; - height: 100%; - background: inherit; - //z-index: -1; // allows annotations to appear on videos when screen is full-size & ... - } -} - -.inkingCanvas-paths-ink, -.inkingCanvas-paths-markers, -.inkingCanvas-noSelect, -.inkingCanvas-canSelect { - position: absolute; - top: 0; - left: 0; - width: 8192px; - height: 8192px; - cursor: "crosshair"; - pointer-events: all; -} - -.inkingCanvas-canSelect, -.inkingCanvas-noSelect { - top: -50000px; - left: -50000px; - width: 100000px; - height: 100000px; -} - -.inkingCanvas-noSelect { - pointer-events: none; - cursor: "crosshair"; -} - -.inkingCanvas-paths-ink, -.inkingCanvas-paths-markers { - pointer-events: none; - z-index: 10000; // overlays ink on top of everything - cursor: "arrow"; -} - -.inkingCanvas-paths-markers { - mix-blend-mode: multiply; -}
\ No newline at end of file |
