From 715e77776e944270324ee84d5277abf2da100faa Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Mon, 27 Aug 2018 10:06:19 +0300 Subject: [PATCH] No need for body and html modifications in the reset.scss --- src/@fuse/scss/partials/_reset.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/@fuse/scss/partials/_reset.scss b/src/@fuse/scss/partials/_reset.scss index 17842a7a..38655ee6 100644 --- a/src/@fuse/scss/partials/_reset.scss +++ b/src/@fuse/scss/partials/_reset.scss @@ -20,13 +20,6 @@ } } -html, body { - margin: 0; - width: 100%; - height: 100%; - overflow: hidden; -} - // Reset non angular-material input's default browser/os styles *:not(mat-form-field) {