Commit 6a3398d7 authored by tom's avatar tom

fix zIndex of header

parent df494854
......@@ -28,7 +28,7 @@ const Header = () => {
width="100%"
alignItems="center"
justifyContent="space-between"
zIndex={ 10 }
zIndex="sticky"
>
<Burger/>
<NetworkLogo/>
......
......@@ -56,6 +56,7 @@ const SearchBarMobile = ({ onChange, onSubmit }: Props) => {
position="fixed"
top="56px"
left="0"
zIndex="docked"
bgColor={ bgColor }
transform={ isVisible ? 'translateY(0)' : 'translateY(-100%)' }
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