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:
committed by
Facebook Github Bot
parent
de800fee37
commit
764ad440cb
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user