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

Commit 8cf1798

Browse files
authored
UX: AI composer helper z-index issue (#809)
1 parent 95f8032 commit 8cf1798

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
padding: 0.25rem;
5454
max-width: 25rem;
5555
list-style: none;
56-
z-index: 999;
5756

5857
ul {
5958
margin: 0;
@@ -599,7 +598,11 @@
599598
}
600599

601600
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
602-
z-index: z("composer", "dropdown");
601+
z-index: z("composer", "dropdown") + 1;
602+
603+
.fullscreen-composer & {
604+
z-index: z("header") + 1;
605+
}
603606
}
604607

605608
.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {

0 commit comments

Comments
 (0)