Skip to content

Commit

Permalink
style: fix sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Sep 9, 2024
1 parent 25b23ba commit 381ba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/(accompagnateur)/details/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function FormationDetails({ formationDetail }: { formationDetail: FormationDetai
xs={12}
css={css`
${theme.breakpoints.up("md")} {
top: ${stickyHeaderSize ? `calc(${stickyHeaderSize.height}px + ${fr.spacing("3v")})` : 0};
top: ${stickyHeaderSize ? `calc(${stickyHeaderSize.height}px + 1.5rem)` : 0};
position: sticky;
}
background-color: #fff;
Expand Down

0 comments on commit 381ba95

Please sign in to comment.