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");
|
||||
}
|
||||
|
||||
.mobile-view {
|
||||
.ai-category-suggester-content,
|
||||
.ai-tag-suggester-content,
|
||||
.ai-title-suggester-content {
|
||||
z-index: z("modal", "dropdown");
|
||||
}
|
||||
}
|
||||
|
||||
.ai-category-suggester-content {
|
||||
.category-row {
|
||||
padding: 0.25em 0.5em;
|
||||
|
|
|
|||
Loading…
Reference in New Issue