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:
parent
356ea77201
commit
bbae790c2b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue