fix: Fix the issue where tag agent option is appearing above the profile menu (#7743)

This commit is contained in:
Liam
2023-08-17 17:23:26 +01:00
committed by GitHub
parent 12ae49089b
commit 961c911c26
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
<div
v-if="show"
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 }"
>
<availability-status />