Skip to content

Commit

Permalink
UX: Fix composer helper z-index (#1086)
Browse files Browse the repository at this point in the history
Followup to #1064

That commits adds a higher z-index due to core changes, we no longer need
an iPad-specific z-index.
  • Loading branch information
pmusaraj authored Jan 23, 2025
1 parent 8bf3502 commit d5cf53e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/stylesheets/modules/ai-helper/common/ai-helper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down

0 comments on commit d5cf53e

Please sign in to comment.