Merge pull request #963 from omnivore-app/fix/logo-zindex

Set a z-index on the omnivore name logo element
This commit is contained in:
Jackson Harper
2022-07-14 11:28:07 -07:00
committed by GitHub

View File

@ -239,6 +239,7 @@ function FloatingNavHeader(props: NavHeaderProps): JSX.Element {
position: 'fixed',
display: 'flex',
alignItems: 'center',
zIndex: 100,
}}
>
<OmnivoreNameLogo href={props.username ? '/home' : '/login'} />