Commit a5976aed authored by isstuev's avatar isstuev

test1

parent bd2ee8bc
...@@ -31,8 +31,8 @@ const SearchBarMobile = ({ onChange, onSubmit }: Props) => { ...@@ -31,8 +31,8 @@ const SearchBarMobile = ({ onChange, onSubmit }: Props) => {
zIndex="docked" zIndex="docked"
bgColor={ bgColor } bgColor={ bgColor }
transform={ isVisible ? 'translateY(0)' : 'translateY(-100%)' } transform={ isVisible ? 'translateY(0)' : 'translateY(-100%)' }
transitionProperty="transform" // transitionProperty="transform"
transitionDuration="slow" // transitionDuration="slow"
display={{ base: 'block', lg: 'none' }} display={{ base: 'block', lg: 'none' }}
w="100%" w="100%"
> >
......
...@@ -30,9 +30,9 @@ const TxsHeader = ({ sorting, paginationProps }: Props) => { ...@@ -30,9 +30,9 @@ const TxsHeader = ({ sorting, paginationProps }: Props) => {
justifyContent="space-between" justifyContent="space-between"
width="100%" width="100%"
position="sticky" position="sticky"
top={{ base: isVisible ? '56px' : '-56px', lg: 0 }} top={{ base: isVisible ? '56px' : '108px', lg: 0 }}
transitionDuration="slow" // transitionDuration="slow"
transitionProperty="top" // transitionProperty="top"
zIndex={{ base: 0, lg: 'docked' }} zIndex={{ base: 0, lg: 'docked' }}
> >
<HStack> <HStack>
......
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