mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-27 18:12:18 +00:00
UX: keep composer actions above AI input icons (#1291)
* UX: keep composer actions above AI input icons * update comment
This commit is contained in:
parent
de0a52a0d9
commit
51a0516aa8
@ -277,10 +277,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#reply-control {
|
#reply-control {
|
||||||
|
.reply-details,
|
||||||
.composer-popup {
|
.composer-popup {
|
||||||
// need to raise the z-index here
|
// need to raise the z-index here
|
||||||
// because we need another layer to put the AI icon above dropdowns
|
// because we need another layer to put the AI icon above dropdowns
|
||||||
// while also keeping them below the composer tips
|
// while also keeping them below the composer tips and reply details dropdowns
|
||||||
z-index: z("composer", "dropdown") + 2;
|
z-index: z("composer", "dropdown") + 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user