Fix: z-index on project card (#2754)

This commit is contained in:
Mike
2024-08-25 20:23:20 +02:00
committed by GitHub
parent 1bdf7f78bb
commit a5061eceff
@@ -170,7 +170,7 @@ const showActionsMenu = ref(false)
const containerClasses = computed(() => {
const classParts = [
'group rounded-xl bg-foundation border border-outline-3 hover:border-outline-5 w-full'
'group rounded-xl bg-foundation border border-outline-3 hover:border-outline-5 w-full z-[0]'
]
if (versionCount.value > 0) {