From 40348f14fe54511eaf2af13263ad4be8faeabe6c Mon Sep 17 00:00:00 2001 From: crisbeto Date: Thu, 22 Dec 2016 22:08:29 +0200 Subject: [PATCH] fix: app background cut off * Fixes the app background being cut off below the fold. * Removes the "Loading..." sign while loading. --- src/_app-theme.scss | 2 +- src/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_app-theme.scss b/src/_app-theme.scss index ab5baf8fd..0425d4bfe 100644 --- a/src/_app-theme.scss +++ b/src/_app-theme.scss @@ -17,7 +17,7 @@ $background: map-get($theme, background); $foreground: map-get($theme, foreground); - material-docs-app { + .docs-app-background { background: md-color($background, background); } diff --git a/src/index.html b/src/index.html index 02013aa70..fa95f0bbd 100644 --- a/src/index.html +++ b/src/index.html @@ -18,8 +18,8 @@ - - Loading... + +