Commit b419b856 authored by lynn's avatar lynn Committed by GitHub

fix: remove animation on nav (#5432)

remove animation on nav
parent 9d37b1bb
...@@ -85,9 +85,6 @@ const HeaderWrapper = styled.div<{ scrolledState?: boolean }>` ...@@ -85,9 +85,6 @@ const HeaderWrapper = styled.div<{ scrolledState?: boolean }>`
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
position: fixed; position: fixed;
transition: ${({ theme }) =>
`background-color ${theme.transition.duration.fast} ease-in-out,
border-width ${theme.transition.duration.fast} ease-in-out`};
top: 0; top: 0;
z-index: ${Z_INDEX.sticky}; z-index: ${Z_INDEX.sticky};
` `
......
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