[Bug-11305] scroll bars on flex layouts

When I place a DateTimeInput component inside a flex view I get scroll bars (unwanted).
Why is this happening on some components but not all?

For example:
pieChart, simpleGauge create scroll bars on the container.
image

buttons and labels don’t create the scroll bars (ideal)
image

We have an existing bug that is tracking this issue, however you did find a couple more components it occurs with and I will add them to the ticket. Thanks for bringing it backup!

As a workaround for the DateTimeInput component you can add marginBottom: 0px to component’s inputProps.style prop (either manual or using the inline style helper).

1 Like

Thanks. Looks good now.