mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 17:30:20 +00:00
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…
x
Reference in New Issue
Block a user