Fix z-index of sticker modal

This commit is contained in:
Fedor Indutny 2021-07-20 12:30:22 -07:00 committed by GitHub
parent 886e8966ff
commit 183db8a074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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