Fix call animation from speaker to grid view so animating speaker is on top

This commit is contained in:
ayumi-signal
2025-02-19 09:13:27 -08:00
committed by GitHub
parent f7f1052246
commit 78cfa7eca3
2 changed files with 39 additions and 2 deletions
+6
View File
@@ -4352,6 +4352,8 @@ button.module-image__border-overlay:focus {
line-height: 0;
overflow: hidden;
border-radius: 10px;
// Should match GroupCallRemoteParticipant CONTAINER_TRANSITION_TIME
transition:
top 200ms linear,
inset-inline-start 200ms linear,
@@ -4531,6 +4533,10 @@ button.module-image__border-overlay:focus {
}
}
&--is-on-top {
z-index: variables.$z-index-above-above-base;
}
&:hover {
.module-ongoing-call__group-call-remote-participant__info__contact-name {
display: block;