FIX: AI helper not being shown on mobile view (#749)
This commit is contained in:
parent
cf1e15ef12
commit
a1eb1ba180
|
@ -610,3 +610,7 @@
|
||||||
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
|
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
|
||||||
z-index: z("composer", "dropdown");
|
z-index: z("composer", "dropdown");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
|
||||||
|
z-index: z("mobile-composer");
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue