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 2018/05/03 17:43:00 UTC

[sling-whiteboard] 01/02: Fixing an issue where the screen does not cover full height in Firefox

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-whiteboard.git

commit 1e62ff10fa69d5b9c2ac62ea0e84e14c36a074c8
Author: Dan Klco <da...@gmail.com>
AuthorDate: Thu May 3 13:25:08 2018 -0400

    Fixing an issue where the screen does not cover full height in Firefox
---
 cms/ui/src/main/frontend/src/scss/index.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cms/ui/src/main/frontend/src/scss/index.scss b/cms/ui/src/main/frontend/src/scss/index.scss
index 45788f8..105ff9b 100755
--- a/cms/ui/src/main/frontend/src/scss/index.scss
+++ b/cms/ui/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
dklco@apache.org.