fix(whyparents): remove left-edge fade from gallery mask
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ce064bce7a
commit
f01f2d2698
1 changed files with 1 additions and 7 deletions
|
|
@ -182,13 +182,7 @@ export function WhyParents({ items, sideGallery, title }: WhyParentsProps) {
|
|||
|
||||
{/* Horizontal auto-scroll gallery — desktop */}
|
||||
<div className="hidden flex-1 overflow-hidden lg:block">
|
||||
<div
|
||||
className="relative"
|
||||
style={{
|
||||
maskImage: 'linear-gradient(90deg, transparent 0%, black 8%)',
|
||||
WebkitMaskImage: 'linear-gradient(90deg, transparent 0%, black 8%)',
|
||||
}}
|
||||
>
|
||||
<div className="relative">
|
||||
<div
|
||||
ref={galleryRef}
|
||||
className="flex gap-5 overflow-x-auto"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue