FIX: Composer helper not appearing on tablets (#1064)

This update fixes an issue when the composer helper menu was not being shown on tablets in desktop mode. Updating the `z-index` to use the modal-dialog case is more appropriate here.
This commit is contained in:
Keegan George 2025-01-15 02:35:31 +09:00 committed by GitHub
parent 356ea77201
commit bbae790c2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@
}
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
z-index: z("composer", "dropdown") + 1;
z-index: z("modal", "dialog");
.fullscreen-composer & {
z-index: z("header") + 1;