Skip to content

Commit

Permalink
FIX: Composer helper not appearing on tablets (#1064)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
keegangeorge authored Jan 14, 2025
1 parent 356ea77 commit bbae790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/stylesheets/modules/ai-helper/common/ai-helper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@
}

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

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

0 comments on commit bbae790

Please sign in to comment.