Lower the progress bar z-index so its below the mobile menu

This commit is contained in:
Jackson Harper
2023-08-04 21:35:31 +08:00
parent 920ba8ba3b
commit f729d68093
2 changed files with 2 additions and 1 deletions

View File

@ -94,6 +94,7 @@ export function LibraryGridCard(props: LinkedItemCardProps): JSX.Element {
`/${props.viewer.profile.username}/${props.item.slug}`,
'_blank'
)
window.focus()
} else {
router.push(`/${props.viewer.profile.username}/${props.item.slug}`)
}

View File

@ -147,7 +147,7 @@ export const ProgressBarOverlay = (
borderBottomLeftRadius: props.bottomRadius,
borderBottomRightRadius: props.bottomRadius,
overflow: 'clip',
zIndex: 3,
zIndex: 2,
}}
>
<ProgressBar