Skip to content

Commit

Permalink
Resolve scrolling jump issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Jun 28, 2024
1 parent 48361d4 commit db3d53a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/Header/Header.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const Primary = styled("div", {
margin: "0 auto",
paddingBottom: "$gr4",
zIndex: "1",
transition: "$dcAll",
position: "relative",
top: "unset",

Expand Down Expand Up @@ -122,10 +121,12 @@ const Primary = styled("div", {

"&[data-search-fixed='true']": {
zIndex: "2",
paddingTop: "$gr5",

form: {
backgroundColor: "white",
boxShadow: "0px 5px 19px #0002",
boxShadow: "0px 5px 19px #0003",
borderRadius: "0",
},

[`& ${ContainerStyled}`]: {
Expand Down

0 comments on commit db3d53a

Please sign in to comment.