UX: AI composer helper z-index issue (#809)
This commit is contained in:
parent
95f80325e5
commit
8cf1798afe
|
@ -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"] {
|
||||||
|
|
Loading…
Reference in New Issue