UX: ensure composer popup is always above AI icons (#1012)

This commit is contained in:
Kris 2024-12-09 13:03:27 -05:00 committed by GitHub
parent 6ce14a778b
commit 51e0a96e51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,6 +260,15 @@
}
}
#reply-control {
.composer-popup {
// need to raise the z-index here
// because we need another layer to put the AI icon above dropdowns
// while also keeping them below the composer tips
z-index: z("composer", "dropdown") + 2;
}
}
.ai-category-suggester-content,
.ai-tag-suggester-content,
.ai-title-suggester-content {