Skip to content

Commit

Permalink
H: Fix dropdown overlap for filter, destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Jan 14, 2025
1 parent 8e7fa6f commit 9c7466b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
href="{% url "htmx:notificationprofile-create" %}">Create new profile</a>
</button>
{% for form in form_list %}
<div class="card my-4 bg-base-100 glass shadow-2xl">{% include "./_notificationprofile_form.html" %}</div>
<div class="card my-4 bg-base-100 shadow-2xl">{% include "./_notificationprofile_form.html" %}</div>
{% endfor %}
</div>
{% endblock profile_main %}

0 comments on commit 9c7466b

Please sign in to comment.