Skip to content

Commit

Permalink
account for safari bottom bar
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgunderson committed Jan 7, 2024
1 parent eb38f8a commit b5e2382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/JobItem/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const Arrow = ({ direction, isDisabled, isFilled, item, onClick }) => {
bottom: direction === 'next'
? [isIosSafari ? '40px' : '20px', '40px']
: 'auto',
pb: isIosSafari ? '24px' : '0',
}}
>
<Fab
Expand Down

0 comments on commit b5e2382

Please sign in to comment.