mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-03 07:49:30 +00:00
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:
parent
8bf350206e
commit
d5cf53e8e0
@ -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%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user