Fix Panel overflow
Summary: Panels need to let their content overflow, for example the color picker. Reviewed By: priteshrnandgaonkar Differential Revision: D21404621 fbshipit-source-id: 70498e335c9fcb3767aaef2bbd2ce22324adc8e5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1e7412a44b
commit
171b049a81
@@ -121,7 +121,7 @@ export default class Panel extends React.Component<
|
|||||||
borderTop: 'none',
|
borderTop: 'none',
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
padding: props.padded ? 10 : 0,
|
padding: props.padded ? 10 : 0,
|
||||||
overflow: 'hidden',
|
overflow: 'visible',
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
state = {
|
state = {
|
||||||
|
|||||||
Reference in New Issue
Block a user