fix: Resolve z-index issue in assistant switcher (#12940)

This commit is contained in:
Sivin Varghese
2025-11-25 18:47:31 +05:30
committed by GitHub
parent f0538b25ed
commit 46eb6f39f3

View File

@@ -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">