From 64d6b7731d51740865706eedd145f57354d94904 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 7 Oct 2020 02:24:04 -0700 Subject: [PATCH] Fix scroll issue Summary: While clicking around in Flipper, noticed that the stack trace in sections plugin wasn't scrollable, fixed that Reviewed By: Andrey-Mishanin Differential Revision: D24138245 fbshipit-source-id: 8e08d1d9e92af5f74a047d95d71788da8bf1bd3c --- desktop/plugins/sections/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/plugins/sections/src/index.tsx b/desktop/plugins/sections/src/index.tsx index 5e3a08662..00318c15e 100644 --- a/desktop/plugins/sections/src/index.tsx +++ b/desktop/plugins/sections/src/index.tsx @@ -270,7 +270,7 @@ export function Component() { }} /> - +