mirror of
https://github.com/discourse/discourse.git
synced 2026-08-12 05:55:39 -05:00
UX: Horizon > chat message popup zindex followup (#33977)
followup fix for #33932 fix wrong css selector
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user