Fix z-index of CustomizingPreferredReactionsModal

This commit is contained in:
Fedor Indutny 2022-03-17 14:21:50 -07:00 committed by GitHub
parent 53ca6672a9
commit 5c675ea2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
// SPDX-License-Identifier: AGPL-3.0-only // SPDX-License-Identifier: AGPL-3.0-only
.module-CustomizingPreferredReactionsModal { .module-CustomizingPreferredReactionsModal {
&__overlay-container {
z-index: $z-index-above-context-menu;
}
&__small-emoji-picker-wrapper { &__small-emoji-picker-wrapper {
@include font-subtitle; @include font-subtitle;
align-items: center; align-items: center;

View File

@ -111,6 +111,7 @@ export function CustomizingPreferredReactionsModal({
return ( return (
<Modal <Modal
moduleClassName="module-CustomizingPreferredReactionsModal"
hasXButton hasXButton
i18n={i18n} i18n={i18n}
onClose={() => { onClose={() => {