UX: Horizon > chat message popup zindex followup (#33977)

followup fix for #33932 
fix wrong css selector
This commit is contained in:
chapoi
2025-07-30 14:12:43 +02:00
committed by GitHub
parent fc9eff6f3c
commit 53753a1034
+1 -1
View File
@@ -47,7 +47,7 @@ body.has-full-page-chat {
// the below are elements whose z-index needs to be adjusted due to the above change
.chat-message-actions-container {
.chat-drawer.is-expanded & {
.has-drawer-chat & {
z-index: calc(z("composer", "dropdown") + 1);
}
}