mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 19:48:08 +00:00
fix: Fix the issue where tag agent option is appearing above the profile menu (#7743)
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div
|
<div
|
||||||
v-if="show"
|
v-if="show"
|
||||||
v-on-clickaway="onClickAway"
|
v-on-clickaway="onClickAway"
|
||||||
class="left-3 rtl:left-auto rtl:right-3 bottom-16 w-64 absolute z-20 rounded-md shadow-xl bg-white dark:bg-slate-800 py-2 px-2 border border-slate-25 dark:border-slate-700"
|
class="left-3 rtl:left-auto rtl:right-3 bottom-16 w-64 absolute z-30 rounded-md shadow-xl bg-white dark:bg-slate-800 py-2 px-2 border border-slate-25 dark:border-slate-700"
|
||||||
:class="{ 'block visible': show }"
|
:class="{ 'block visible': show }"
|
||||||
>
|
>
|
||||||
<availability-status />
|
<availability-status />
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.mention--box {
|
.mention--box {
|
||||||
@apply bg-white text-sm dark:bg-slate-700 rounded-md overflow-auto absolute w-full z-[100] pt-2 px-2 pb-0 shadow-md left-0 leading-[1.2] bottom-full max-h-[12.5rem] border-t border-solid border-slate-75 dark:border-slate-800;
|
@apply bg-white text-sm dark:bg-slate-700 rounded-md overflow-auto absolute w-full z-20 pt-2 px-2 pb-0 shadow-md left-0 leading-[1.2] bottom-full max-h-[12.5rem] border-t border-solid border-slate-75 dark:border-slate-800;
|
||||||
|
|
||||||
&.with-bottom-border {
|
&.with-bottom-border {
|
||||||
@apply border-b-[0.5rem] border-solid border-white dark:border-slate-600;
|
@apply border-b-[0.5rem] border-solid border-white dark:border-slate-600;
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export default {
|
|||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.mention--box {
|
.mention--box {
|
||||||
@apply bg-white dark:bg-slate-700 rounded-md overflow-auto absolute w-full z-[100] pt-2 px-2 pb-0 shadow-md left-0 bottom-full max-h-[9.75rem] border-t border-solid border-slate-75 dark:border-slate-800;
|
@apply bg-white dark:bg-slate-700 rounded-md overflow-auto absolute w-full z-20 pt-2 px-2 pb-0 shadow-md left-0 bottom-full max-h-[9.75rem] border-t border-solid border-slate-75 dark:border-slate-800;
|
||||||
|
|
||||||
.dropdown-menu__item:last-child {
|
.dropdown-menu__item:last-child {
|
||||||
@apply pb-1;
|
@apply pb-1;
|
||||||
|
|||||||
Reference in New Issue
Block a user