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

Commit 51e0a96

Browse files
authored
UX: ensure composer popup is always above AI icons (#1012)
1 parent 6ce14a7 commit 51e0a96

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,15 @@
260260
}
261261
}
262262

263+
#reply-control {
264+
.composer-popup {
265+
// need to raise the z-index here
266+
// because we need another layer to put the AI icon above dropdowns
267+
// while also keeping them below the composer tips
268+
z-index: z("composer", "dropdown") + 2;
269+
}
270+
}
271+
263272
.ai-category-suggester-content,
264273
.ai-tag-suggester-content,
265274
.ai-title-suggester-content {

0 commit comments

Comments
 (0)