Merge pull request #5676 from SimonBrandner/fix-portrait

Fix portrait videocalls
pull/21833/head
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
1 changed files with 1 additions and 0 deletions

View File

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