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

View file

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