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
This commit is contained in:
Michel Weststrate
2020-10-07 02:24:04 -07:00
committed by Facebook GitHub Bot
parent c177ea385f
commit 64d6b7731d

View File

@@ -270,7 +270,7 @@ export function Component() {
}} }}
/> />
</Sidebar> </Sidebar>
<Layout.Top scrollable={false}> <Layout.Top scrollable={true}>
<Sidebar position="top" minHeight={400} height={400}> <Sidebar position="top" minHeight={400} height={400}>
<TreeContainer> <TreeContainer>
<TreeHierarchy <TreeHierarchy