Skip to content

Commit 0e04fd9

Browse files
committed
fix: The handset mode overlay is visible a split second for every call
1 parent f05d4b1 commit 0e04fd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/room/EarpieceOverlay.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
position: fixed;
33
z-index: var(--call-view-overlay-layer);
44
inset: 0;
5-
display: flex;
5+
display: none;
66
flex-direction: column;
77
align-items: center;
88
justify-content: center;
@@ -12,6 +12,7 @@
1212
@keyframes fade-in {
1313
from {
1414
opacity: 0;
15+
display: flex;
1516
}
1617
to {
1718
opacity: 1;

0 commit comments

Comments
 (0)