mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Lower the progress bar z-index so its below the mobile menu
This commit is contained in:
parent
920ba8ba3b
commit
f729d68093
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue