UX: keep composer actions above AI input icons (#1291)

* UX: keep composer actions above AI input icons

* update comment
This commit is contained in:
Kris 2025-04-28 10:45:28 -04:00 committed by GitHub
parent de0a52a0d9
commit 51a0516aa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -277,10 +277,11 @@
}
#reply-control {
.reply-details,
.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
// while also keeping them below the composer tips and reply details dropdowns
z-index: z("composer", "dropdown") + 2;
}