Skip to content

Commit

Permalink
docs: fix menu scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Apr 25, 2021
1 parent da0f8dd commit 4811876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/DocMenu.vue
@@ -1,6 +1,6 @@
<template>
<div class="px-6 pt-24 font-ui">
<div class="space-y-8 md:text-sm overflow-y-auto overscroll-y-contain">
<nav class="space-y-8 md:text-sm overflow-y-auto overscroll-y-contain">
<div v-for="category in categories" :key="category.title">
<p class="md:text-xs font-bold text-gray-400 uppercase">{{ category.title }}</p>
<div class="mt-3 space-y-2 w-full">
Expand Down Expand Up @@ -46,7 +46,7 @@
</div>
</div>
</div>
</div>
</nav>
</div>
</template>

Expand Down

0 comments on commit 4811876

Please sign in to comment.