From 4405a9498d0211eb4ea0647f935268f7231c37b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Mon, 25 Nov 2024 09:39:30 +0100 Subject: [PATCH] fix: make modal scrollable for large contents --- templates/htmx_modal.html.twig | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/htmx_modal.html.twig b/templates/htmx_modal.html.twig index 24b48e6..07afc8b 100644 --- a/templates/htmx_modal.html.twig +++ b/templates/htmx_modal.html.twig @@ -1,8 +1,8 @@
-
-
+
+
{% block title %}{% endblock %}
@@ -12,7 +12,11 @@ {{ icon('close', 'w-6 h-6')}}
- {% block content %}{% endblock %} +
+
+ {% block content %}{% endblock %} +
+
{% include '_partials/_spinner.html.twig' with { 'class': 'w-8 h-8'} %}