Skip to content

Commit

Permalink
FIX: Android tablet composer menu z-index (#1102)
Browse files Browse the repository at this point in the history
An interim fix for ensuring the AI helper menus are properly shown.
  • Loading branch information
pmusaraj authored Jan 30, 2025
1 parent 1572068 commit d1149ac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/stylesheets/modules/ai-helper/common/ai-helper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -692,16 +692,17 @@
}
}

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

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

.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
z-index: z("mobile-composer");
.mobile-view & {
z-index: z("mobile-composer");
}
}

.fk-d-toasts:has(.ai-proofread-error-toast) {
Expand Down

0 comments on commit d1149ac

Please sign in to comment.