Place calls on top of story viewer, pause stories while in call
This commit is contained in:
parent
190db3580d
commit
726e67ce95
5 changed files with 18 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue