fix: remove animation on nav (#5432)

remove animation on nav
This commit is contained in:
lynn 2022-11-29 12:54:10 -05:00 committed by GitHub
parent 9d37b1bb55
commit b419b85694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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};
` `