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 <[email protected]> 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 [email protected].
