diff options
| author | bob <bcz@cs.brown.edu> | 2019-07-11 16:05:37 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-07-11 16:05:37 -0400 |
| commit | 36992ca2388e2a6919ecf0b78f4731bc9aea8f86 (patch) | |
| tree | 0c5721fc1356e2a6e8fd4bc64bca5a7ed2640069 /src/client/views/nodes/VideoBox.scss | |
| parent | 7006f67b7cf15734fb0b63d917ae392758704f75 (diff) | |
added video controls
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 35db64cf4..55f2fe7c5 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -1,8 +1,12 @@ -.videoBox-cont, .videoBox-cont-fullScreen{ +.videoBox-cont, .videoBox-cont-interactive, .videoBox-cont-fullScreen { width: 100%; height: Auto; } +.videoBox-cont-interactive { + pointer-events: all; +} + .videoBox-cont-fullScreen { pointer-events: all; }
\ No newline at end of file |
