Skip to content

Commit

Permalink
style: Header position fixed -> sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Feb 3, 2024
1 parent 4bea7d5 commit fc4ee7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/frontend/src/design-system/tokens/layout.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const header = style([
widthFull,
{
height: headerHeight,
position: "fixed",
position: "sticky",
top: 0,
left: 0,
},
Expand All @@ -21,7 +21,6 @@ export const base = style([
widthMax,
{
height: "100vh",
paddingTop: headerHeight,
margin: "0 auto",
},
]);
Expand Down

0 comments on commit fc4ee7a

Please sign in to comment.