mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
docs(pages): add z-index on toc to go over code examples
This commit is contained in:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user