fix: Resolve z-index issue in assistant switcher (#12940)
This commit is contained in:
parent
f0538b25ed
commit
46eb6f39f3
@ -118,6 +118,7 @@ watch(
|
||||
:placeholder="t('CAPTAIN.ASSISTANTS.FORM.DESCRIPTION.PLACEHOLDER')"
|
||||
:message="formErrors.description"
|
||||
:message-type="formErrors.description ? 'error' : 'info'"
|
||||
class="z-0"
|
||||
/>
|
||||
|
||||
<div class="flex flex-col gap-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user