silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
720 stars 106 forks source link

Filter position on mobile phone. #90

Open mridul289 opened 2 years ago

mridul289 commented 2 years ago

The filter on mobile phones appears at the bottom of the page which means that if I want to apply a filter, I have to first scroll to the complete bottom, which is cumbersome. Is there a way add a button to the side at the top of the page? This button will basically open the filter box like a lightbox and the user can select range. I can help but I don't have too much experience in media queries and lightboxes.

Anyways, do tell if there is any help required!