fix: The handset mode overlay is visible a split second for every call
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: var(--call-view-overlay-layer);
|
z-index: var(--call-view-overlay-layer);
|
||||||
inset: 0;
|
inset: 0;
|
||||||
display: flex;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -12,6 +12,7 @@
|
|||||||
@keyframes fade-in {
|
@keyframes fade-in {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
to {
|
to {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user