Merge pull request #5676 from SimonBrandner/fix-portrait

Fix portrait videocalls
This commit is contained in:
David Baker 2021-02-24 09:26:57 +00:00 committed by GitHub
commit bcc567cd86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ limitations under the License.
.mx_VideoFeed_remote {
width: 100%;
max-height: 100%;
background-color: #000;
z-index: 50;
}