[UPDT] HORILLA_AUTOMATIONS: Make automation cards scrollable in Mail Automations modal, Enhance mail temaplates & automations contents in load automation function

This commit is contained in:
Horilla
2025-07-24 21:03:06 +05:30
parent 820c84287c
commit 0e9dd3aa79

View File

@@ -6,7 +6,7 @@
</button> </button>
</div> </div>
<div class="oh-modal__dialog-body"> <div class="oh-modal__dialog-body">
<div class="oh-card"> <div class="oh-card" style="overflow-y: auto;max-height: 70vh;">
<form hx-post="{{request.path}}" hx-target="#genericModalBody"> <form hx-post="{{request.path}}" hx-target="#genericModalBody">
{% csrf_token %} {% csrf_token %}
<div <div