This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter-content.git
The following commit(s) were added to refs/heads/master by this push:
new 49da64f Resolving SLING-7649 by setting the height of the body to 100%
49da64f is described below
commit 49da64fe6d91e10465e35c08eea73dc64f06371c
Author: Dan Klco <[email protected]>
AuthorDate: Thu May 3 15:56:03 2018 -0400
Resolving SLING-7649 by setting the height of the body to 100%
---
src/main/frontend/src/scss/index.scss | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/frontend/src/scss/index.scss
b/src/main/frontend/src/scss/index.scss
index 9b0e02f..f04bc7c 100755
--- a/src/main/frontend/src/scss/index.scss
+++ b/src/main/frontend/src/scss/index.scss
@@ -27,6 +27,7 @@ body {
font-weight: 300;
color: rgb(128,128,128);
position: relative;
+ height: 100%;
}
h1 {
--
To stop receiving notification emails like this one, please contact
[email protected].