diff --git a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss index 1d10085d..1be28212 100644 --- a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss +++ b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss @@ -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; }