UX: set zindex of chat action menu higher (#25645)
This commit is contained in:
parent
d7dd871d9f
commit
7cd5d646d2
|
@ -5,7 +5,7 @@
|
|||
|
||||
.chat-message-actions-container {
|
||||
@include unselectable;
|
||||
z-index: z("dropdown") - 1;
|
||||
z-index: z("composer", "content");
|
||||
}
|
||||
|
||||
.chat-message-actions {
|
||||
|
|
Loading…
Reference in New Issue