Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ca875a3

Browse files
committed
Scroll search results
1 parent 286a131 commit ca875a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎packages/gatsby-theme-apollo-docs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-guide",
3-
"version": "4.7.14",
3+
"version": "4.7.15",
44
"main": "index.js",
55
"description": "A Gatsby theme for The GraphQL Guide (a fork of gatsby-theme-apollo-docs)",
66
"license": "MIT",

‎packages/gatsby-theme-apollo-docs/src/components/search.js‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ const Container = styled.div({
5959
maxHeight: `calc(100vh - ${HEADER_HEIGHT}px - 32px)`,
6060
padding: 0,
6161
border,
62-
borderRadius: 'inherit'
62+
borderRadius: 'inherit',
63+
overflowY: 'scroll'
6364
},
6465
'.ds-suggestions': {
6566
marginTop: 0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /