aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/ScreenshotBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-04-05 14:51:59 -0400
committerbobzel <zzzman@gmail.com>2021-04-05 14:51:59 -0400
commit16106700556496c352cb2e8edd7a94155ce7bee9 (patch)
tree31841439ac8f2a6c651d7e4cfb7950f15f7ccb6c /src/client/views/nodes/ScreenshotBox.scss
parenta0fac101ef88f0983275fb14f64c85ab858aaaed (diff)
adding video wall tests
Diffstat (limited to 'src/client/views/nodes/ScreenshotBox.scss')
-rw-r--r--src/client/views/nodes/ScreenshotBox.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/nodes/ScreenshotBox.scss b/src/client/views/nodes/ScreenshotBox.scss
index ab54cf526..6fb5ea7b3 100644
--- a/src/client/views/nodes/ScreenshotBox.scss
+++ b/src/client/views/nodes/ScreenshotBox.scss
@@ -10,6 +10,13 @@
// }
}
+#CANCAN {
+ canvas {
+ width:100% !important;
+ height: 100% !important;
+ }
+}
+
.screenshotBox-content, .screenshotBox-content-interactive, .screenshotBox-cont-fullScreen {
width: 100%;
z-index: -1; // 0; // logically this should be 0 (or unset) which would give us transparent brush strokes over videos. However, this makes Chrome crawl to a halt