How to override paddingTop which is at least '16px' inDialog? I'm looking to have the Dialog be full screen but the Padding is enforce to be 16 in the code. See the line:
https://github.com/callemall/material-ui/search?utf8=%E2%9C%93&q=minPaddingTop
Full screen dialogs are supported on the next branch: https://material-ui-1dab0.firebaseapp.com/#/component-demos/dialogs. As master is in maintenance, we're unlikely to add support for it there, sorry.
@mbrookes thanks for the quick feedback. I actually found that this enforce only occurs if this conditions holds repositionOnUpdate || !container.style.paddingTop
This worked for me bodyStyle={{ padding: 0}}.