diff --git a/static/infoscreen.css b/static/infoscreen.css
index e82d501..f41cf05 100644
--- a/static/infoscreen.css
+++ b/static/infoscreen.css
@@ -1,6 +1,7 @@
html, body {
width: 100vw;
height: 100vh;
+ max-height: -webkit-fill-available;
margin: 0;
font-size: 2.5vmin;
}
@@ -9,6 +10,7 @@ html, body {
.body-content {
width: 100vw;
height: 100vh;
+ max-height: -webkit-fill-available;
padding: 0;
}
diff --git a/templates/widget/infoscreen/read.html b/templates/widget/infoscreen/read.html
index 8bbb1ca..afcd167 100644
--- a/templates/widget/infoscreen/read.html
+++ b/templates/widget/infoscreen/read.html
@@ -10,6 +10,7 @@
{% endblock %}
{% block metas %}
+
{% endblock %}
{% block content %}