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,17 +692,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.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");
|
z-index: z("modal", "dialog");
|
||||||
|
|
||||||
.fullscreen-composer & {
|
.fullscreen-composer & {
|
||||||
z-index: z("header") + 1;
|
z-index: z("header") + 1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
|
.mobile-view & {
|
||||||
z-index: z("mobile-composer");
|
z-index: z("mobile-composer");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.fk-d-toasts:has(.ai-proofread-error-toast) {
|
.fk-d-toasts:has(.ai-proofread-error-toast) {
|
||||||
top: unset;
|
top: unset;
|
||||||
|
|
Loading…
Reference in New Issue