Skip to content

Commit 72ec7ce

Browse files
ryanditjiawardpeet
authored andcommitted
fix(www): showcase’s Collapsible component not behaving properly in Firefox (#12449)
## Description Collapsible component (the checkboxes in https://www.gatsbyjs.org/showcase/) isn’t scrolling properly in Firefox. ## Related Issues #11574 #11644
1 parent e391b0c commit 72ec7ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/src/views/shared/collapsible.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Collapsible extends Component {
2929
minHeight: fixed ? `${fixed}px` : `initial`,
3030
maxHeight: fixed ? `${fixed}px` : `initial`,
3131
flexBasis: 0,
32+
overflowY: `auto`,
3233
// paddingBottom: collapsed ? 0 : rhythm(space[6]),
3334
}}
3435
>

0 commit comments

Comments
 (0)