Commit d1d24dac authored by tom's avatar tom

fixed toggler

parent 3b9e452e
......@@ -109,11 +109,11 @@ const Navigation = () => {
borderColor={ useColorModeValue('blackAlpha.200', 'whiteAlpha.200') }
borderRadius="base"
transform={ isCollapsed ? 'rotate(180deg)' : 'rotate(0)' }
{ ...getDefaultTransitionProps({ transitionProperty: 'transform' }) }
{ ...getDefaultTransitionProps({ transitionProperty: 'transform, left' }) }
transformOrigin="center"
position="absolute"
position="fixed"
top="104px"
right={ -3 }
left={ isCollapsed ? '80px' : '216px' }
cursor="pointer"
onClick={ handleTogglerClick }
/>
......
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