Fix z-index of CustomizingPreferredReactionsModal
This commit is contained in:
parent
53ca6672a9
commit
5c675ea2c8
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -111,6 +111,7 @@ export function CustomizingPreferredReactionsModal({
|
|||
|
||||
return (
|
||||
<Modal
|
||||
moduleClassName="module-CustomizingPreferredReactionsModal"
|
||||
hasXButton
|
||||
i18n={i18n}
|
||||
onClose={() => {
|
||||
|
|
Loading…
Reference in a new issue