Fix sticker uninstall popup z-index

This commit is contained in:
Fedor Indutny 2021-12-28 12:23:27 -08:00 committed by GitHub
parent 7073f5660a
commit 35530a4832
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 {