Skip to content

Commit 1cd1575

Browse files
authored
fix: section hover z-index (#1421)
1 parent 6a54398 commit 1cd1575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/admin/change_list_results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</tr>
100100

101101
{% if cl.model_admin.list_sections|length > 0 %}
102-
<tr class="block mb-3 lg:table-row" x-show="rowOpen">
102+
<tr class="block mb-3 relative z-30 lg:table-row" x-show="rowOpen">
103103
<td colspan="{{ result|length|add:2 }}" class="border bg-base-200/10 block border-base-200 relative rounded-default p-3 lg:shadow-inner lg:border-0 lg:border-t lg:rounded-none lg:table-cell dark:border-base-800">
104104
<div class="absolute bg-primary-600 h-full hidden left-0 top-0 w-0.5 lg:block"></div>
105105

0 commit comments

Comments
 (0)