I really like the Django Admin list view. I would like to show ~30 fields of one table in the list, however my issue is that horizontal scroll bar is not visible in the list view even though data overflows right border. How can I enable scrolling?
It seems @simonw found a nice workaround. Usable horizontal scrollbars in the Django admin for mouse users | Simon Willison’s TILs