Commit a5976aed authored by isstuev's avatar isstuev

test1

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