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
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;