Make sidebar scrollable

Summary: Sidebar is now scrollable, when showing too many plugins.

Reviewed By: jknoxville

Differential Revision: D9179312

fbshipit-source-id: bfcd4655a0fbbe91424b88378db3713e68e2cb7f
This commit is contained in:
Daniel Büchele
2018-08-06 06:19:34 -07:00
committed by Facebook Github Bot
parent de800fee37
commit 764ad440cb

View File

@@ -36,6 +36,7 @@ const CustomClickableListItem = ClickableListItem.extends({
display: 'flex', display: 'flex',
alignItems: 'center', alignItems: 'center',
marginBottom: 2, marginBottom: 2,
flexShrink: 0,
}); });
const SidebarHeader = FlexBox.extends({ const SidebarHeader = FlexBox.extends({