Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 51a0516

Browse files
authored
UX: keep composer actions above AI input icons (#1291)
* UX: keep composer actions above AI input icons * update comment
1 parent de0a52a commit 51a0516

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/stylesheets/modules/ai-helper/common/ai-helper.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,11 @@
277277
}
278278

279279
#reply-control {
280+
.reply-details,
280281
.composer-popup {
281282
// need to raise the z-index here
282283
// because we need another layer to put the AI icon above dropdowns
283-
// while also keeping them below the composer tips
284+
// while also keeping them below the composer tips and reply details dropdowns
284285
z-index: z("composer", "dropdown") + 2;
285286
}
286287

0 commit comments

Comments
 (0)