Skip to content

Commit

Permalink
feat: add scroller part
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian committed May 31, 2024
1 parent 05851eb commit 5b8409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/render-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const renderList = ({
</div>
</div>`,
)}
<div class="tableContent-scroller" id="scroller">
<div class="tableContent-scroller" id="scroller" part="scroller">
<cosmoz-grouped-list
id="groupedList"
.data=${processedItems}
Expand Down

0 comments on commit 5b8409e

Please sign in to comment.