Fix sticker uninstall popup z-index

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal 2021-12-29 17:07:29 -08:00 committed by GitHub
parent 671b5a6f53
commit 1269b14fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6101,7 +6101,7 @@ button.module-image__border-overlay:focus {
display: flex;
justify-content: center;
align-items: center;
z-index: $z-index-popup;
z-index: $z-index-popup-overlay;
}
&__container {