UX: set zindex of chat action menu higher (#25645)

This commit is contained in:
chapoi 2024-02-13 10:25:42 +02:00 committed by GitHub
parent d7dd871d9f
commit 7cd5d646d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
.chat-message-actions-container {
@include unselectable;
z-index: z("dropdown") - 1;
z-index: z("composer", "content");
}
.chat-message-actions {