UX: Fix composer helper z-index (#1086)

Followup to https://github.com/discourse/discourse-ai/pull/1064

That commits adds a higher z-index due to core changes, we no longer need
an iPad-specific z-index.
This commit is contained in:
Penar Musaraj 2025-01-23 10:07:27 -05:00 committed by GitHub
parent 8bf350206e
commit d5cf53e8e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -704,10 +704,6 @@
z-index: z("mobile-composer");
}
html.footer-nav-ipad .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
z-index: z("ipad-header-nav") + 1;
}
.fk-d-toasts:has(.ai-proofread-error-toast) {
top: unset;
bottom: calc(var(--composer-height) - 5%);