Skip to content

Commit

Permalink
fix: arrows scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Nov 20, 2024
1 parent 2dfa07e commit 98eda0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/common/components/AppsCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const AppsCarousel = forwardRef(
})}
</div>
<div
ref={ref}
onScroll={props.onScroll}
className={cl(
'flex md:hidden overflow-x-auto pb-1 pl-[38px] scrollbar-none max-sm:pr-6',
Expand Down

0 comments on commit 98eda0e

Please sign in to comment.