Skip to content

Commit

Permalink
fix: z-index mobile image
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Nov 30, 2023
1 parent eb741ca commit 09d6f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/nav/MobileNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ export function MobileNav() {
as='header'
w='full'
justify='start'
p='2'
bg={bgNavColor}
position='sticky'
top='0'
boxShadow='sm'
backdropFilter='auto'
backdropBlur='12px'
direction='column'
position='sticky'
top='0'
p='2'
zIndex='1'
>
<Flex as='nav' w='100%' justify='space-between' align='center'>
Expand Down
1 change: 1 addition & 0 deletions src/pages/Book.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ export default function Book() {
display={{ base: 'block', lg: 'none' }}
m='auto'
pb='4'
zIndex='0'
>
<LazyLoad width={230} height={340} offset={0} threshold={0.99}>
<ImageZoom
Expand Down

1 comment on commit 09d6f86

@vercel
Copy link

@vercel vercel bot commented on 09d6f86 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu-franqsanz.vercel.app

Please sign in to comment.