Mention Tooltip: Fix z-index (#6687)

This commit is contained in:
Alexander Zinchuk 2026-02-22 23:43:14 +01:00
parent d32d1b3328
commit 52b37e60f3

View File

@ -124,7 +124,7 @@
} }
.MentionTooltip { .MentionTooltip {
z-index: 0; z-index: 1;
right: 0 !important; right: 0 !important;
} }
} }