mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
UX: set zindex of chat action menu higher (#25645)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
.chat-message-actions-container {
|
||||
@include unselectable;
|
||||
z-index: z("dropdown") - 1;
|
||||
z-index: z("composer", "content");
|
||||
}
|
||||
|
||||
.chat-message-actions {
|
||||
|
Reference in New Issue
Block a user