docs(pages): add z-index on toc to go over code examples

This commit is contained in:
Benjamin Canac
2024-10-02 18:51:46 +02:00
parent 6c7c2f02f3
commit cb44980440

View File

@@ -90,7 +90,7 @@ const communityLinks = computed(() => [{
</UPageBody>
<template v-if="page?.body?.toc?.links?.length" #right>
<UContentToc :links="page.body.toc.links">
<UContentToc :links="page.body.toc.links" class="z-[2]">
<template #bottom>
<USeparator v-if="page.body?.toc?.links?.length" type="dashed" />