Skip to content

Commit

Permalink
chore: fix list overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Behairi committed Aug 2, 2024
1 parent e583ed2 commit aee2a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/List.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-card class="mx-auto d-flex flex-column overflow-auto fill-height">
<v-list lines="one" class="overflow-auto">
<v-list lines="one" class="overflow-y-auto overflow-x-hidden">
<v-list-item
v-for="(link, idx) in links"
:key="idx"
Expand Down

0 comments on commit aee2a8b

Please sign in to comment.