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 4e5861eb8cd4e777ec936a81d99d3a8710f1f097
Author: Dan Klco <[email protected]>
AuthorDate: Wed Sep 12 22:31:16 2018 -0400

    FIxing the gradient to display full height
---
 ui/src/main/frontend/src/scss/cms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/frontend/src/scss/cms.scss 
b/ui/src/main/frontend/src/scss/cms.scss
index e7eb656..7d2c848 100644
--- a/ui/src/main/frontend/src/scss/cms.scss
+++ b/ui/src/main/frontend/src/scss/cms.scss
@@ -22,7 +22,7 @@
 @import "../../node_modules/bulma/bulma.sass";
 @import "../../node_modules/datatables-bulma/css/dataTables.bulma.css";
 body.cms {
-       min-height: 100vmin;
+       min-height: 100vh;
        @media screen and (min-width: $tablet), print {
                background: url(../img/gradient.jpg) no-repeat;
                background-attachment: fixed;

Reply via email to