From 2afc7ac79db8115d4aa5a67c9de1f14724b377d7 Mon Sep 17 00:00:00 2001 From: leMaik Date: Sat, 14 Jan 2017 23:16:01 +0100 Subject: [PATCH] Remove content padding. --- src/FullscreenDialog.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FullscreenDialog.js b/src/FullscreenDialog.js index 8f5f1be..d287ee7 100644 --- a/src/FullscreenDialog.js +++ b/src/FullscreenDialog.js @@ -16,8 +16,7 @@ const getStyles = (props, theme) => ({ }, container: { flex: 1, - overflow: 'auto', - padding: 16 + overflow: 'auto' } })