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:
committed by
Facebook GitHub Bot
parent
c177ea385f
commit
64d6b7731d
@@ -270,7 +270,7 @@ export function Component() {
|
||||
}}
|
||||
/>
|
||||
</Sidebar>
|
||||
<Layout.Top scrollable={false}>
|
||||
<Layout.Top scrollable={true}>
|
||||
<Sidebar position="top" minHeight={400} height={400}>
|
||||
<TreeContainer>
|
||||
<TreeHierarchy
|
||||
|
||||
Reference in New Issue
Block a user