FIX: Android tablet composer menu z-index (#1102)

An interim fix for ensuring the AI helper menus are properly shown.
This commit is contained in:
Penar Musaraj 2025-01-30 13:12:37 -05:00 committed by GitHub
parent 1572068735
commit d1149ac1b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -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) {