summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/review.liquid3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/review.liquid b/templates/review.liquid
index ea2dbd8..ee1d910 100644
--- a/templates/review.liquid
+++ b/templates/review.liquid
@@ -1,5 +1,7 @@
{% include "_header" %}
+<div style="height: 100%; overflow-y: scroll">
+
{% for p in pages %}
<div style="border: 1px solid #ddd; margin: 10px; padding: 0 10px; background: white; color: black">
<h2>[{{forloop.index}}] {{p.title}}</h2>
@@ -11,5 +13,6 @@
</div>
{% endfor %}
+</div>
{% include "_footer" %}