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

Commit bbae790

Browse files
authored
FIX: Composer helper not appearing on tablets (#1064)
This update fixes an issue when the composer helper menu was not being shown on tablets in desktop mode. Updating the `z-index` to use the modal-dialog case is more appropriate here.
1 parent 356ea77 commit bbae790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@
693693
}
694694

695695
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
696-
z-index: z("composer", "dropdown") + 1;
696+
z-index: z("modal", "dialog");
697697

698698
.fullscreen-composer & {
699699
z-index: z("header") + 1;

0 commit comments

Comments
 (0)