Commit 6a3398d7 authored by tom's avatar tom

fix zIndex of header

parent df494854
...@@ -28,7 +28,7 @@ const Header = () => { ...@@ -28,7 +28,7 @@ const Header = () => {
width="100%" width="100%"
alignItems="center" alignItems="center"
justifyContent="space-between" justifyContent="space-between"
zIndex={ 10 } zIndex="sticky"
> >
<Burger/> <Burger/>
<NetworkLogo/> <NetworkLogo/>
......
...@@ -56,6 +56,7 @@ const SearchBarMobile = ({ onChange, onSubmit }: Props) => { ...@@ -56,6 +56,7 @@ const SearchBarMobile = ({ onChange, onSubmit }: Props) => {
position="fixed" position="fixed"
top="56px" top="56px"
left="0" left="0"
zIndex="docked"
bgColor={ bgColor } bgColor={ bgColor }
transform={ isVisible ? 'translateY(0)' : 'translateY(-100%)' } transform={ isVisible ? 'translateY(0)' : 'translateY(-100%)' }
transitionProperty="transform" transitionProperty="transform"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment