diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-11-23 14:33:06 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-11-23 14:33:06 -0500 |
| commit | 4c9cdc243f5899ce051fe247b2a53520c63a96c7 (patch) | |
| tree | cb961641a57ae419e45b6bdd853b7c164fa9720f /src/client/views/nodes/VideoBox.scss | |
| parent | 39bac937106e77679b2dc76078b812a6b6b11a94 (diff) | |
| parent | 3b37cc31bb09b11238868c34a38a8e99f508479f (diff) | |
merged with master
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 5829c1bd9..0a4c650a8 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -1,5 +1,6 @@ .videoBox-container { pointer-events: all; + transform-origin: top left; .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 } |
