Fix disappearing composition are during incoming call

This commit is contained in:
Josh Perez 2021-06-25 16:09:40 -04:00 committed by GitHub
parent 1d3e06e3f5
commit c9415dcf67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
.App {
height: 100%;
position: relative;
&.light-theme {
background-color: $color-white;