diff --git a/src/styles/global/_angular.scss b/src/styles/global/_angular.scss index 6380310b..d50e7cfc 100644 --- a/src/styles/global/_angular.scss +++ b/src/styles/global/_angular.scss @@ -18,6 +18,7 @@ * along with this program. If not, see . * */ + [ng\:cloak], [ng-cloak], [data-ng-cloak], diff --git a/src/styles/global/_base.scss b/src/styles/global/_base.scss index a9f40d39..712e4820 100644 --- a/src/styles/global/_base.scss +++ b/src/styles/global/_base.scss @@ -21,7 +21,7 @@ @include establish-baseline(); -html, +html, body { background-clip: padding-box; background-color: $background;