From 8669e8ae59606e0d048183f289ca393b18e5e45e Mon Sep 17 00:00:00 2001 From: Renato Atilio Date: Mon, 28 Apr 2025 19:57:20 -0300 Subject: [PATCH] Revert "UX: keep composer actions above AI input icons (#1291)" (#1292) This reverts commit 51a0516aa8c4caa13b01e47a6e8655659a9648ba. --- assets/stylesheets/modules/ai-helper/common/ai-helper.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }