commit | 38f41bb593aaf82474b7694f1a9659d6d0a1cc59 | [log] [tgz] |
---|---|---|
author | Marc K <morckx@gmail.com> | Wed Jun 14 11:02:29 2023 +0200 |
committer | Marc K <morckx@gmail.com> | Wed Jun 14 11:02:29 2023 +0200 |
tree | ea3d08240ed58dee28977bea636deb069fbdbb8a | |
parent | d2be7361c484907b3f269e7890dbcb4f9f4d4007 [diff] |
Try to make sure that the full height is used Change-Id: Ib0d48b213a77eb410ddf839bab7b22071febc71a
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 9b99668..5428f69 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -162,6 +162,9 @@ margin-right: 2cm; padding-right: 0.5em; height: 100%; +height: -moz-available; /* WebKit-based browsers will ignore this. */ +height: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */ +height: fill-available; color: $if(body_textcol)$$body_textcol$$else$#000000$endif$; background-color: $if(body_bgcol)$$body_bgcol$$else$#ffffff$endif$; }