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:
@ -239,6 +239,7 @@ function FloatingNavHeader(props: NavHeaderProps): JSX.Element {
|
||||
position: 'fixed',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
zIndex: 100,
|
||||
}}
|
||||
>
|
||||
<OmnivoreNameLogo href={props.username ? '/home' : '/login'} />
|
||||
|
||||
Reference in New Issue
Block a user