You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/05/29 04:24:50 UTC

[sling-org-apache-sling-app-cms] 06/06: Fixing issue due to HTML5 parser

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-app-cms.git

commit 8389d62d883189a5f9357a01a51cd1f08a9b3ab3
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed May 29 00:21:17 2019 -0400

    Fixing issue due to HTML5 parser
---
 ui/src/main/frontend/src/scss/starter.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/frontend/src/scss/starter.scss b/ui/src/main/frontend/src/scss/starter.scss
index 105ff9b..9c57efa 100644
--- a/ui/src/main/frontend/src/scss/starter.scss
+++ b/ui/src/main/frontend/src/scss/starter.scss
@@ -60,7 +60,7 @@ a {
 }
 
 .Home-Grid {
-    min-height: 100%;
+    min-height: 100vh;
 
     .Gradient {
         flex: 0 0 100%;