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

Commit 913f643

Browse files
committed
z-index fix for inline title edit
1 parent 263e088 commit 913f643

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,11 @@
245245
position: absolute;
246246
right: 0;
247247
top: 1px; // container border width
248-
z-index: z("composer", "dropdown") + 1;
248+
z-index: z("dropdown");
249+
250+
#reply-control & {
251+
z-index: z("composer", "dropdown") + 1;
252+
}
249253
}
250254

251255
.ai-category-suggester-content,

0 commit comments

Comments
 (0)