diff --git a/core/deck.core.css b/core/deck.core.css index a188b28..823af0f 100644 --- a/core/deck.core.css +++ b/core/deck.core.css @@ -1,5 +1,7 @@ -html { +html, body { height: 100%; + padding: 0; + margin: 0; } body.deck-container { diff --git a/core/deck.core.scss b/core/deck.core.scss index 8deaca9..6721050 100755 --- a/core/deck.core.scss +++ b/core/deck.core.scss @@ -1,5 +1,7 @@ -html { +html, body { height:100%; + padding:0; + margin:0; } body.deck-container {