Skip to content

Commit

Permalink
Merge pull request #1658 from geyserfund/sajal/gys-8719-mobile-projec…
Browse files Browse the repository at this point in the history
…t-image-broken

hotfix: remove project video header overlap on project thumbnails
  • Loading branch information
sajald77 authored Sep 27, 2024
2 parents b39f5ad + b305a01 commit e333f24
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 e333f24

Please sign in to comment.