Skip to content

Commit

Permalink
Endrer top slik at PersonHeader legger seg rett under Header. (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsteingarmo authored Aug 27, 2024
1 parent bf2239c commit ab20e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/Felles/PersonHeader/PersonHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const Container = styled(Sticky)`
border-bottom: 1px solid ${ABorderStrong};
z-index: 23;
top: 55px;
top: 48px; // Høyden på headeren
.visittkort {
border-bottom: none;
Expand Down

0 comments on commit ab20e7f

Please sign in to comment.