Skip to content

Commit 46c9b0f

Browse files
ux(hof): remove marquee mask to prevent clipping
Made-with: Cursor
1 parent 01fd646 commit 46c9b0f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/RecentlyBuried.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,7 @@ export default function RecentlyBuried({ onSelect }: Props) {
149149
overflow: 'hidden',
150150
height: '300px',
151151
padding: '14px 24px 16px',
152-
WebkitMaskImage: 'linear-gradient(to right, transparent, black 24px, black calc(100% - 24px), transparent)',
153-
maskImage: 'linear-gradient(to right, transparent, black 24px, black calc(100% - 24px), transparent)',
152+
boxSizing: 'border-box',
154153
}}
155154
>
156155
<div

0 commit comments

Comments
 (0)