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
commit 315e2f6417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
pointer-events: auto;
padding: 0;
max-height: 85%;
max-height: 200px;
max-width: 85%;
&:hover {