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