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:
parent
1572068735
commit
d1149ac1b8
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue