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
commit 0c30be9f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'} />