Fix disappearing composition are during incoming call
This commit is contained in:
parent
1d3e06e3f5
commit
c9415dcf67
2 changed files with 4 additions and 0 deletions
|
@ -5383,6 +5383,9 @@ button.module-image__border-overlay:focus {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-top: var(--title-bar-drag-area-height);
|
padding-top: var(--title-bar-drag-area-height);
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.module-incoming-call__contact {
|
.module-incoming-call__contact {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
.App {
|
.App {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
&.light-theme {
|
&.light-theme {
|
||||||
background-color: $color-white;
|
background-color: $color-white;
|
||||||
|
|
Loading…
Add table
Reference in a new issue