UX: AI composer helper z-index issue (#809)

This commit is contained in:
chapoi 2024-09-23 23:01:04 +02:00 committed by GitHub
parent 95f80325e5
commit 8cf1798afe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -53,7 +53,6 @@
padding: 0.25rem; padding: 0.25rem;
max-width: 25rem; max-width: 25rem;
list-style: none; list-style: none;
z-index: 999;
ul { ul {
margin: 0; margin: 0;
@ -599,7 +598,11 @@
} }
.fk-d-menu[data-identifier="ai-composer-helper-menu"] { .fk-d-menu[data-identifier="ai-composer-helper-menu"] {
z-index: z("composer", "dropdown"); z-index: z("composer", "dropdown") + 1;
.fullscreen-composer & {
z-index: z("header") + 1;
}
} }
.mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] { .mobile-view .fk-d-menu[data-identifier="ai-composer-helper-menu"] {