diff --git a/app/static/src/css/custom.css b/app/static/src/css/custom.css index 41d29a9..ef46688 100644 --- a/app/static/src/css/custom.css +++ b/app/static/src/css/custom.css @@ -31,3 +31,8 @@ padding-bottom: 40px; } } + +.scrollable-checkboxes { + max-height: 250px; + overflow-y: auto; + } diff --git a/app/templates/main/checkboxes.html b/app/templates/main/checkboxes.html index b267f5e..3fd3f54 100644 --- a/app/templates/main/checkboxes.html +++ b/app/templates/main/checkboxes.html @@ -1,18 +1,20 @@ {% macro checkboxItems(name, items) %}
-
- {% for item in items %} - {% if item %} -
- - +
+
+ {% for item in items %} + {% if item %} +
+ + +
+ {%- endif -%} + {%- endfor -%}
- {%- endif -%} - {%- endfor -%}