Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8b33ba3

Browse files
authored
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.
1 parent f1c7ee8 commit 8b33ba3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/stylesheets/modules/ai-helper/common/ai-helper.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,14 @@
234234
z-index: z("composer", "dropdown");
235235
}
236236

237+
.mobile-view {
238+
.ai-category-suggester-content,
239+
.ai-tag-suggester-content,
240+
.ai-title-suggester-content {
241+
z-index: z("modal", "dropdown");
242+
}
243+
}
244+
237245
.ai-category-suggester-content {
238246
.category-row {
239247
padding: 0.25em 0.5em;

0 commit comments

Comments
 (0)