mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
commit
0c30be9f0d
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ function FloatingNavHeader(props: NavHeaderProps): JSX.Element {
|
|||
position: 'fixed',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
zIndex: 100,
|
||||
}}
|
||||
>
|
||||
<OmnivoreNameLogo href={props.username ? '/home' : '/login'} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue