otto-torino / django-baton

A cool, modern and responsive django admin application based on bootstrap 5 that brings AI to the Django admin - https://baton.sqrt64.it/
MIT License
859 stars 92 forks source link

Footer displacement #246

Closed TeraMicro closed 5 months ago

TeraMicro commented 1 year ago

Hi,

Footer relocates and loses its default position when 'MENU_ALWAYS_COLLAPSED' is True

How to adjust footer position ?

Thank You

picture1

Django 3.2 Django-Baton 2.6.2

abidibo commented 1 year ago

Hi @TeraMicro , this is because the footer is not sticky, in the sidebar not collapsed version it's the sidebar which does the job.

We should change some css to make it sticky, we'll cover this in the next release.