Place calls on top of story viewer, pause stories while in call

This commit is contained in:
Josh Perez 2022-08-04 21:07:46 -04:00 committed by GitHub
parent 190db3580d
commit 726e67ce95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 4 deletions

View file

@ -7482,7 +7482,7 @@ button.module-image__border-overlay:focus {
left: var(--window-border);
top: var(--titlebar-height);
position: fixed;
z-index: $z-index-popup-overlay;
z-index: $z-index-modal-host;
}
.module-modal-host__overlay-container {
@ -7496,7 +7496,7 @@ button.module-image__border-overlay:focus {
overflow: hidden;
padding: 20px;
position: fixed;
z-index: $z-index-popup-overlay;
z-index: $z-index-modal-host;
}
.module-modal-host--on-top-of-everything {