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
.module-CustomizingPreferredReactionsModal {
&__overlay-container {
z-index: $z-index-above-context-menu;
}
&__small-emoji-picker-wrapper {
@include font-subtitle;
align-items: center;

View File

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