Skip to content

Commit

Permalink
90 not 100vh
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryFischer committed Nov 22, 2024
1 parent 8fcc6e0 commit fcd6f37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const stickyStyles = css`
background: ${palette('--article-background')};
}
ul {
max-height: 100vh;
max-height: 90vh;
overflow-y: auto;
}
`;
Expand Down

0 comments on commit fcd6f37

Please sign in to comment.