Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 7, 2023
1 parent c1ecbbb commit 46dc167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/IconSet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ useEventListener(categoriesContainer, 'wheel', (e: WheelEvent) => {
</div>

<!-- Icons -->
<!-- <div class="px-4 pt-2 pb-4 text-center overflow-hidden overflow-y-auto h-[calc(100%-18rem)]"> -->

<div class="px-4 pt-2 pb-4 text-center flex-grow flex-shrink overflow-hide overflow-y-auto min-h-0 [&>div]:overflow-hidden">
<Icons
:icons="icons.slice(0, max)"
Expand Down

0 comments on commit 46dc167

Please sign in to comment.