Fixes click events on the incoming call bar

This commit is contained in:
Josh Perez 2023-07-18 17:31:15 -04:00 committed by Fedor Indutnyy
parent 54d4734f05
commit 381e53297b
5 changed files with 35 additions and 9 deletions

View file

@ -3611,7 +3611,7 @@ button.module-image__border-overlay:focus {
position: fixed;
top: var(--titlebar-height);
inset-inline-start: 0;
z-index: $z-index-on-top-of-everything;
z-index: $z-index-calling-container;
}
&__container {