Merge pull request #1800 from thecodingmachine/fix-my-cam
Define max height on streamable
This commit is contained in:
commit
315e2f6417
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
pointer-events: auto;
|
||||
|
||||
padding: 0;
|
||||
max-height: 85%;
|
||||
max-height: 200px;
|
||||
max-width: 85%;
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue