From d1149ac1b8b1560d415d482fd06ded1a476fc8d8 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 30 Jan 2025 13:12:37 -0500 Subject: [PATCH] FIX: Android tablet composer menu z-index (#1102) An interim fix for ensuring the AI helper menus are properly shown. --- .../stylesheets/modules/ai-helper/common/ai-helper.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss index af0438f00..cf20a5b9f 100644 --- a/assets/stylesheets/modules/ai-helper/common/ai-helper.scss +++ b/assets/stylesheets/modules/ai-helper/common/ai-helper.scss @@ -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) {