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

This reverts commit 51a0516aa8.
This commit is contained in:
Renato Atilio 2025-04-28 19:57:20 -03:00 committed by GitHub
parent 51a0516aa8
commit 8669e8ae59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

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