parent
9d37b1bb55
commit
b419b85694
@ -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};
|
||||||
`
|
`
|
||||||
|
Loading…
Reference in New Issue
Block a user