Merge pull request #1800 from thecodingmachine/fix-my-cam

Define max height on streamable
This commit is contained in:
Alexis Faizeau
2022-01-31 14:29:42 +01:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@
pointer-events: auto; pointer-events: auto;
padding: 0; padding: 0;
max-height: 85%; max-height: 200px;
max-width: 85%; max-width: 85%;
&:hover { &:hover {