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

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 {