Skip to content

Commit

Permalink
docs: set max h to vlist example
Browse files Browse the repository at this point in the history
  • Loading branch information
jpntex committed Sep 22, 2024
1 parent 83a6e86 commit 3377f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/docs/pages/component/table/virtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const items = ref(generateItems(1000))
<x-card>
<x-table
v-model:sort="sort"
class="h-80"
class="!h-80"
:headers="headers"
:items="itemsSorted"
virtual-list
Expand Down

0 comments on commit 3377f3d

Please sign in to comment.