Fix dropdown menu clipping

This commit is contained in:
Jeremy Stretch 2024-04-05 09:44:14 -04:00
parent a9e94bf2b1
commit 9a9d47fc45

View File

@ -1,4 +1,4 @@
<div class="card-body htmx-container table-responsive p-0"
<div class="htmx-container table-responsive"
hx-get="{% url viewname %}{% if url_params %}?{{ url_params.urlencode }}{% endif %}"
hx-target="this"
hx-trigger="load" hx-select="table" hx-swap="innerHTML"