From 72ec7ce3ecfe21a488f2dc1c77607067f543fd75 Mon Sep 17 00:00:00 2001 From: Ryandi Tjia Date: Tue, 12 Mar 2019 16:28:26 +0700 Subject: [PATCH] =?UTF-8?q?fix(www):=20showcase=E2=80=99s=20Collapsible=20?= =?UTF-8?q?component=20not=20behaving=20properly=20in=20Firefox=20(#12449)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Collapsible component (the checkboxes in https://www.gatsbyjs.org/showcase/) isn’t scrolling properly in Firefox. ## Related Issues #11574 #11644 --- www/src/views/shared/collapsible.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/src/views/shared/collapsible.js b/www/src/views/shared/collapsible.js index 4ecfde3c3f4a9..4405a5601f134 100644 --- a/www/src/views/shared/collapsible.js +++ b/www/src/views/shared/collapsible.js @@ -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]), }} >