FIX: AI helper not being shown on mobile view (#749)

This commit is contained in:
Keegan George 2024-08-12 15:32:49 -07:00 committed by GitHub
parent cf1e15ef12
commit a1eb1ba180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -610,3 +610,7 @@
.fk-d-menu[data-identifier="ai-composer-helper-menu"] {
z-index: z("composer", "dropdown");
}
.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
z-index: z("mobile-composer");
}