Lower the progress bar z-index so its below the mobile menu
This commit is contained in:
@ -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}`)
|
||||
}
|
||||
|
||||
@ -147,7 +147,7 @@ export const ProgressBarOverlay = (
|
||||
borderBottomLeftRadius: props.bottomRadius,
|
||||
borderBottomRightRadius: props.bottomRadius,
|
||||
overflow: 'clip',
|
||||
zIndex: 3,
|
||||
zIndex: 2,
|
||||
}}
|
||||
>
|
||||
<ProgressBar
|
||||
|
||||
Reference in New Issue
Block a user