diff --git a/src/PluginContainer.tsx b/src/PluginContainer.tsx index 7d2ace44a..8ac066611 100644 --- a/src/PluginContainer.tsx +++ b/src/PluginContainer.tsx @@ -46,7 +46,7 @@ const Container = styled(FlexColumn)({ backgroundColor: colors.white, }); -const SidebarContainer = styled(FlexRow)({ +export const SidebarContainer = styled(FlexRow)({ backgroundColor: colors.light02, height: '100%', overflow: 'scroll',