Skip to content

Commit

Permalink
Merge pull request #98 from syfxlin/develop
Browse files Browse the repository at this point in the history
fix(style): Fix some styles
  • Loading branch information
syfxlin committed Jan 30, 2024
2 parents 63427f3 + 4eee82c commit 3ff60fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/header/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const right = styled.css`

export const menu = styled.css`
transition: transform 0.3s, color 0.3s, background-color 0.3s;
position: fixed;
position: absolute;
top: 0;
left: 0;
width: 100px;
Expand Down

0 comments on commit 3ff60fe

Please sign in to comment.