UX: fix low z-index for popup after changes to composer-drawer interaction (#164)

Fixing:
![CleanShot 2025-05-20 at 11 58
11@2x](https://github.com/user-attachments/assets/68611ead-71bf-42bf-bd87-183f589f4b82)

Consequence of #161
This commit is contained in:
chapoi
2025-05-20 14:22:21 +02:00
committed by GitHub
parent 7982d60967
commit 25cc070a5b
+1 -1
View File
@@ -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 {