UX: fix low z-index for popup after changes to composer-drawer interaction (#164)
Fixing:  Consequence of #161
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ body.has-full-page-chat {
|
||||
}
|
||||
|
||||
.chat-drawer-active.chat-drawer-expanded .chat-composer-dropdown__menu-content {
|
||||
z-index: z("composer", "content") + 1;
|
||||
z-index: z("modal", "dialog");
|
||||
}
|
||||
|
||||
.chat-replying-indicator-container {
|
||||
|
||||
Reference in New Issue
Block a user