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

Commit 513510d

Browse files
authored
FIX: AI Helper not visible on iPads (#805)
This commit fixes an issue where the composer AI helper was not visible on iPad in DiscourseHub. This was due to the z-index being different for `reply-control` when Discourse Hub inserts its `footer-nav`
1 parent 4b21eb7 commit 513510d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,10 @@
606606
z-index: z("mobile-composer");
607607
}
608608

609+
html.footer-nav-ipad .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
610+
z-index: z("ipad-header-nav") + 1;
611+
}
612+
609613
.fk-d-toasts:has(.ai-proofread-error-toast) {
610614
top: unset;
611615
bottom: calc(var(--composer-height) - 5%);

0 commit comments

Comments
 (0)