jrief / django-admin-sortable2

Generic drag-and-drop ordering for objects in the Django admin interface

Home Page:https://django-admin-sortable2.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle-bar to drag items is blocking access to the item's fields

mnieber opened this issue · comments

In version 1 the handle bar is to the very left, and in version 2 it stretches across the item. Unfortunately, in the latter case it can overlap a field. This is especially a problem in the case of a checkbox, which is completely covered and not clickable anymore. I'm happily using version 1 so this is not urgent for me, but still I wanted to report it.

could you please share a screenshot, and maybe the list_display variable.

Okay, I see what's going on now. I changed the style of my admin page to vertically compress the inlined items (I forgot all about that), this is why it overlaps.