Skip to content

Commit

Permalink
fix: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Aug 7, 2024
1 parent 1ba8a46 commit 4304c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/common/components/AppsCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const AppsCarousel = forwardRef((props: {apps: TApp[]}, ref: ForwardedRef
<section className={'left-0 -mx-1 w-full md:absolute'}>
<div
className={
'pointer-events-none absolute left-0 top-0 z-10 h-full w-1/6 bg-gradient-to-r from-gray-900 to-transparent'
'pointer-events-none absolute left-0 top-0 z-30 h-full w-1/6 bg-gradient-to-r from-gray-900 to-transparent'
}
/>
<div
className={
'pointer-events-none absolute right-0 top-0 z-10 h-full w-1/5 bg-gradient-to-l from-gray-900 to-transparent'
'pointer-events-none absolute right-0 top-0 z-30 h-full w-1/5 bg-gradient-to-l from-gray-900 to-transparent'
}
/>
<div
Expand Down

0 comments on commit 4304c59

Please sign in to comment.