fix: Wrong copy with teams multi-select dropdown (#11075)

This commit is contained in:
Sivin Varghese
2025-03-13 10:34:20 +05:30
committed by GitHub
parent cc4924db55
commit 557df5c5c9
6 changed files with 9 additions and 12 deletions

View File

@@ -97,7 +97,7 @@ export default {
}
.step {
@apply bg-slate-75 dark:bg-slate-600 rounded-2xl font-medium w-4 left-4 leading-4 z-[999] absolute text-center text-white dark:text-white text-xxs top-5;
@apply bg-slate-75 dark:bg-slate-600 rounded-2xl font-medium w-4 left-4 leading-4 z-10 absolute text-center text-white dark:text-white text-xxs top-5;
}
}
}