Skip to content

Commit 2417922

Browse files
authored
Merge pull request github#18056 from github/repo-sync
repo sync
2 parents 419f5f1 + dd1e595 commit 2417922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/article/ArticleGridLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ const SidebarContent = styled(Box)`
6262
@media (min-width: ${themeGet('breakpoints.3')}) {
6363
position: sticky;
6464
padding-top: ${themeGet('space.4')};
65-
top: 4em;
66-
max-height: 75vh;
65+
top: 5em;
66+
max-height: calc(100vh - 5em);
6767
overflow-y: auto;
68-
padding-bottom: ${themeGet('space.4')};
68+
padding-bottom: ${themeGet('space.6')} !important;
6969
}
7070
`

0 commit comments

Comments
 (0)