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:
Keegan George 2024-11-28 12:51:03 +09:00 committed by GitHub
parent f1c7ee8624
commit 8b33ba3d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;