aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-07-11 16:05:37 -0400
committerbob <bcz@cs.brown.edu>2019-07-11 16:05:37 -0400
commit36992ca2388e2a6919ecf0b78f4731bc9aea8f86 (patch)
tree0c5721fc1356e2a6e8fd4bc64bca5a7ed2640069 /src/client/views/nodes/VideoBox.scss
parent7006f67b7cf15734fb0b63d917ae392758704f75 (diff)
added video controls
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss6
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