diff options
| author | bob <bcz@cs.brown.edu> | 2019-10-17 11:57:25 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-10-17 11:57:25 -0400 |
| commit | 17042f9598e20615668830a7c139a8a31dc6c109 (patch) | |
| tree | bd10026ce08800a8d6f1d2e543edec320023e540 /src/client/views/nodes/VideoBox.scss | |
| parent | 9e2ce680542ae495be6e9fd01320a1c5beceffd2 (diff) | |
working on getting anchors for each document link
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 48623eaaf..5829c1bd9 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -1,11 +1,14 @@ .videoBox-container { pointer-events: all; + .inkingCanvas-paths-markers { + opacity : 0.4; // we shouldn't have to do this, but since chrome crawls to a halt with z-index unset in videoBox-content, this is a workaround + } } .videoBox-content-YouTube, .videoBox-content-YouTube-fullScreen, .videoBox-content, .videoBox-content-interactive, .videoBox-cont-fullScreen { width: 100%; - z-index: 0; // logically this should be 0 (or unset) which would give us transparent brush strokes over videos. However, this makes Chrome crawl to a halt + z-index: -1; // 0; // logically this should be 0 (or unset) which would give us transparent brush strokes over videos. However, this makes Chrome crawl to a halt position: absolute; } |
