﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37144	Filters appear above main table in admin in Firefox	Alyssa Herzog		"While working on upgrading one of our Django based services I noticed that the filters for the admin panel in Firefox sit above the main table. In Chrome and Safari it seems to work as intended and it's on the right hand side of the table. I created an empty project to validate it wasn't something our code was doing (screenshots to follow) and sure enough it happens even on an empty project (only ran db migrations to make the default sqlite db and made a superuser to access the admin page). In our project it seems to happen across all admin pages.

I should also note both images in the screenshot are the same size (I had to resize the Firefox one due to being too large to attach) it doesn't matter what size the browsers are, they retain the respective position of the list filter.

From the empty project:
{{{
$ pip freeze
asgiref==3.11.1
Django==6.0.6
sqlparse==0.5.5
}}}

I searched for a ticket already existing about this but couldn't find one, but if I simply couldn't find it please forgive me and let me know.

If I am missing any information, please let me know so I can update this issue, thank you."	Bug	closed	contrib.admin	6.0	Normal	worksforme		Alyssa Herzog	Unreviewed	0	0	0	0	0	1
