fix: Fix z-index issue on account switcher (#10505)
Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
@@ -54,7 +54,7 @@ const emitNewAccount = () => {
|
|||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
<DropdownBody class="min-w-80">
|
<DropdownBody class="min-w-80 z-50">
|
||||||
<DropdownSection :title="t('SIDEBAR_ITEMS.SWITCH_WORKSPACE')">
|
<DropdownSection :title="t('SIDEBAR_ITEMS.SWITCH_WORKSPACE')">
|
||||||
<DropdownItem
|
<DropdownItem
|
||||||
v-for="account in currentUser.accounts"
|
v-for="account in currentUser.accounts"
|
||||||
|
|||||||
Reference in New Issue
Block a user