diff --git a/docs/src/components/about/AboutHero.tsx b/docs/src/components/about/AboutHero.tsx index d8e96fb6ebcf2e..cdfc017754d709 100644 --- a/docs/src/components/about/AboutHero.tsx +++ b/docs/src/components/about/AboutHero.tsx @@ -103,7 +103,8 @@ function PhotoGallery() { height: '100%', position: 'absolute', width: 200, - zIndex: 2, + zIndex: 1, + pointerEvents: 'none', }, '&::before': { right: { xs: -64, sm: -20 }, @@ -125,23 +126,7 @@ function PhotoGallery() { > {teamPhotos.map((item, index) => ( - {item.title} - ))} - -