Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit fe66172

Browse files
crisbetojelbourn
authored andcommitted
Fix app background being cut off (#57)
* Fixes the app background being cut off below the fold. * Removes the "Loading..." sign while loading.
1 parent ef9e43e commit fe66172

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_app-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
$background: map-get($theme, background);
1818
$foreground: map-get($theme, foreground);
1919

20-
material-docs-app {
20+
.docs-app-background {
2121
background: md-color($background, background);
2222
}
2323

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1919
</head>
2020

21-
<body>
22-
<material-docs-app>Loading...</material-docs-app>
21+
<body class="docs-app-background">
22+
<material-docs-app></material-docs-app>
2323
<script>
2424
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
2525
ga('create', 'UA-8594346-24', 'auto');

0 commit comments

Comments
 (0)