Skip to content

Commit

Permalink
wip: Refactor collections based components #917
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 30, 2024
1 parent 5c0d00f commit ea717ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/collection/KGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div v-if="items.length > 0"
id="grid-content"
ref="contentRef"
class="scroll"
class="col scroll"
>
<!-- Infinite mode -->
<div v-if="appendItems" class="column">
Expand Down

0 comments on commit ea717ac

Please sign in to comment.