Bug Fix: Tapping on items in the 3 dot menu doesn't always register

This commit is contained in:
Kenny 2022-02-25 07:54:41 -05:00
parent 78c55db831
commit d71f33e784
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</template>
<v-list style="min-width: 150px;">
<v-list-item v-for="(item, index) in dropdownMenu" :key="index">
<nuxt-link :to="item.link" style="text-decoration: none;" class="info--text">{{ item.title }}</nuxt-link>
<nuxt-link :to="item.link" style="text-decoration: none; width: 100%;" class="info--text">{{ item.title }}</nuxt-link>
</v-list-item>
</v-list>
</v-menu>