How to keep app global footer stuck at the bottom

Hello. I have a footer for my application with the copyright. I did it with a RenderHook like this:
            ->renderHook(
                'panels::footer',
                fn(): View => view('filament.settings.custom-footer'),
            )


And it is working fine, but I would like to know how to make it sticky to the bottom. Now it appears when the content of the page ends, so it is in a different position every time.

I have tried to use CSS, but I don't know what class I have to manipulate.

Any ideas, please?
image.png
image.png
Solution
GitHub
Description
Memorization is just a pain.
Code style


composer cs command has been run.

Testing


Changes have been tested.

Documentation


Documentation is up-to-date.
Was this page helpful?