From 51a0516aa8c4caa13b01e47a6e8655659a9648ba Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 28 Apr 2025 10:45:28 -0400 Subject: [PATCH] UX: keep composer actions above AI input icons (#1291) * UX: keep composer actions above AI input icons * update comment --- assets/stylesheets/modules/ai-helper/common/ai-helper.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss index 1be28212..1d10085d 100644 --- a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss +++ b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss @@ -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; }