This reverts commit 51a0516aa8
.
This commit is contained in:
parent
51a0516aa8
commit
8669e8ae59
|
@ -277,11 +277,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#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 and reply details dropdowns
|
// while also keeping them below the composer tips
|
||||||
z-index: z("composer", "dropdown") + 2;
|
z-index: z("composer", "dropdown") + 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue