From e7173e060c47165953d4a7a71cde5e6db360a729 Mon Sep 17 00:00:00 2001 From: Ankur Sadhoo Date: Thu, 2 Jan 2020 12:41:20 -0800 Subject: [PATCH] Make sure right sidebar shows for Watch plugin in client-less mode Differential Revision: D19261373 fbshipit-source-id: 194480622074bc7672eae67105e0ac8efeafe623 --- src/PluginContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',