Skip to content

Commit

Permalink
fix(www): showcase’s Collapsible component not behaving properly in F…
Browse files Browse the repository at this point in the history
…irefox (#12449)

## Description

Collapsible component (the checkboxes in https://www.gatsbyjs.org/showcase/) isn’t scrolling properly in Firefox.

## Related Issues
#11574 
#11644
  • Loading branch information
ryanditjia authored and wardpeet committed Mar 12, 2019
1 parent e391b0c commit 72ec7ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/src/views/shared/collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class Collapsible extends Component {
minHeight: fixed ? `${fixed}px` : `initial`,
maxHeight: fixed ? `${fixed}px` : `initial`,
flexBasis: 0,
overflowY: `auto`,
// paddingBottom: collapsed ? 0 : rhythm(space[6]),
}}
>
Expand Down

0 comments on commit 72ec7ce

Please sign in to comment.