mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
Fix dropdown menu clipping
This commit is contained in:
parent
a9e94bf2b1
commit
9a9d47fc45
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user