diff options
| author | bob <bcz@cs.brown.edu> | 2019-05-22 10:58:19 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-05-22 10:58:19 -0400 |
| commit | 54e41cfe7f3538e9cc4b1871a6692b38d21c8c46 (patch) | |
| tree | 447299df25449cbc10a293f0edf396b4dca84711 /src/client/views/collections/CollectionVideoView.scss | |
| parent | d3ed10ff3ff9f2e7dec577d81a98318c941c9bdc (diff) | |
added shift+ctrl dragging of images natively. changed z-index & ordering to allow videos to swho controls & ink. fixed dragging schema docs to copy
Diffstat (limited to 'src/client/views/collections/CollectionVideoView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionVideoView.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionVideoView.scss b/src/client/views/collections/CollectionVideoView.scss index db8b84832..9d2c23d3e 100644 --- a/src/client/views/collections/CollectionVideoView.scss +++ b/src/client/views/collections/CollectionVideoView.scss @@ -5,7 +5,7 @@ position: inherit; top: 0; left:0; - + z-index: -1; } .collectionVideoView-time{ color : white; |
