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

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 {