diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-13 15:17:53 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-13 15:17:53 -0400 |
| commit | 4f1f20a52a5c01b3046a56f37b6c7c029d3e10f0 (patch) | |
| tree | ec2daabe1563dd12ed1f84e38b6a64c928dba015 /src/client/views/nodes/VideoBox.scss | |
| parent | ae8bc0f99f35f6c72aaa9be3f5617d54ba64299b (diff) | |
fixed a variety of things related to selection, dragging, marqueeing
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 7306450d9..76bbeb37c 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -1,4 +1,4 @@ .videobox-cont{ width: 100%; - height: 100%; + height: Auto; }
\ No newline at end of file |
