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

@ -5383,6 +5383,9 @@ button.module-image__border-overlay:focus {
display: flex;
justify-content: space-between;
padding-top: var(--title-bar-drag-area-height);
position: absolute;
width: 100%;
z-index: 2;
}
.module-incoming-call__contact {

View File

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