mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-03-06 17:30:20 +00:00
UX: ensure composer popup is always above AI icons (#1012)
This commit is contained in:
parent
6ce14a778b
commit
51e0a96e51
@ -260,6 +260,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
#reply-control {
|
||||
.composer-popup {
|
||||
// need to raise the z-index here
|
||||
// because we need another layer to put the AI icon above dropdowns
|
||||
// while also keeping them below the composer tips
|
||||
z-index: z("composer", "dropdown") + 2;
|
||||
}
|
||||
}
|
||||
|
||||
.ai-category-suggester-content,
|
||||
.ai-tag-suggester-content,
|
||||
.ai-title-suggester-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user