Skip to content

Commit

Permalink
fix: remove project video header overlap on project thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
sajald77 committed Sep 27, 2024
1 parent b39f5ad commit b305a01
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,12 @@ export const Header = () => {
position="relative"
alignItems="start"
>
<Box position={{ base: project.images[0] ? 'absolute' : 'unset', lg: 'unset' }} top={'-48px'} left={'16px'}>
<Box
position={{ base: project.images[0] ? 'absolute' : 'unset', lg: 'unset' }}
top={'-48px'}
left={'16px'}
zIndex={1}
>
<ImageWithReload
border="2px solid"
borderColor="neutral1.1"
Expand Down

0 comments on commit b305a01

Please sign in to comment.