mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 09:20:14 +00:00
FIX: Suggestion menus not showing in mobile (#970)
The suggestion menu z-index was not enough for mobile so it isn't being shown when it's used in `modalForMobile` bottom menus.
This commit is contained in:
parent
f1c7ee8624
commit
8b33ba3d19
@ -234,6 +234,14 @@
|
|||||||
z-index: z("composer", "dropdown");
|
z-index: z("composer", "dropdown");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-view {
|
||||||
|
.ai-category-suggester-content,
|
||||||
|
.ai-tag-suggester-content,
|
||||||
|
.ai-title-suggester-content {
|
||||||
|
z-index: z("modal", "dropdown");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ai-category-suggester-content {
|
.ai-category-suggester-content {
|
||||||
.category-row {
|
.category-row {
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user