Merge pull request #1800 from thecodingmachine/fix-my-cam
Define max height on streamable
This commit is contained in:
commit
315e2f6417
@ -44,7 +44,7 @@
|
||||
pointer-events: auto;
|
||||
|
||||
padding: 0;
|
||||
max-height: 85%;
|
||||
max-height: 200px;
|
||||
max-width: 85%;
|
||||
|
||||
&:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user