mantinedev / ui.mantine.dev

Mantine UI website and components
https://ui.mantine.dev
MIT License
2.84k stars 314 forks source link

Let footer be on the bottom of the screen or bottom of the document. #101

Open zrll12 opened 1 month ago

zrll12 commented 1 month ago

Currently, when the document it self was short, then there will be spaces left under footer(the one in Mantine UI).

image

How should I make footer be at the bottom of the whole screen if the bottom it self

Expecting to be like this:

image

zrll12 commented 1 month ago

I also tried AppShell.Footer, but I'm not sure about the hight of the footer as the text may become many lines when using a small screen device