Skip to content

Commit a1eb1ba

Browse files
authored
FIX: AI helper not being shown on mobile view (#749)
1 parent cf1e15e commit a1eb1ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,3 +610,7 @@
610610
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
611611
z-index: z("composer", "dropdown");
612612
}
613+
614+
.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
615+
z-index: z("mobile-composer");
616+
}

0 commit comments

Comments
 (0)