mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-16 08:24:45 +00:00
UX: AI composer helper z-index issue (#809)
This commit is contained in:
parent
95f80325e5
commit
8cf1798afe
@ -53,7 +53,6 @@
|
||||
padding: 0.25rem;
|
||||
max-width: 25rem;
|
||||
list-style: none;
|
||||
z-index: 999;
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
@ -599,7 +598,11 @@
|
||||
}
|
||||
|
||||
.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"] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user