Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 86d1414

Browse files
committed
UX: Fix composer helper z-index
Followup to #1064 That commits adds a higher z-index due to core changes, we no longer need an iPad-specific z-index.
1 parent 8bf3502 commit 86d1414

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

assets/stylesheets/modules/ai-helper/common/ai-helper.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -704,10 +704,6 @@
704704
z-index: z("mobile-composer");
705705
}
706706

707-
html.footer-nav-ipad .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
708-
z-index: z("ipad-header-nav") + 1;
709-
}
710-
711707
.fk-d-toasts:has(.ai-proofread-error-toast) {
712708
top: unset;
713709
bottom: calc(var(--composer-height) - 5%);

0 commit comments

Comments
 (0)