Have you read the Contributing Guidelines on issues?
Prerequisites
Description
It seems that the latest 2.0.0-beta.22 changed the footer behavior to no longer stick to the bottom of the screen as it did in previous iterations. Going through the changelogs I did not see anything that would indicate this behavior change (ofc I could have missed this)
This issue becomes more apparent with a shorter footer and short pages , however if you maximize some of the larger pages it'll happen too.
Examples in beta.22
My site:
https://62c8a564ff781b0008fdb9ec--lichdocs.netlify.app/test3/

https://docusaurus.io/docs/playground
Docusaurus Site:

Example in beta.21
my site: https://62c78fd7a6bde2000abc5216--lichdocs.netlify.app/test3/test-4/

https://stackblitz.com/edit/github-rcr1hm?file=package.json
Stackblitz Playground of Docusaurus beta.21

Reproducible demo
No response
Steps to reproduce
- Go to site with beta.22 installed
- Either go to a small page and see that the footer bar does not stick to the bottom or scroll out a few longer pages to see the same behavior. (longer pages seem to stick)
Expected behavior
Footer should not be contained with the page contents and stick to the bottom of screen.
Actual behavior
Footer wraps with page content instead of sticking to bottom of screen.
Your environment
- Public source code: its private but this issue is on the main Docsusaurus Site as well
- Public site URL: https://docs.lichcraft.games/ (2.0.0-beta.21 version) https://62c8a564ff781b0008fdb9ec--lichdocs.netlify.app/ (2.0.0-beta.22 version)
- Docusaurus version used: 2.0.0-beta.22
- Environment name and version (e.g. Chrome 89, Node.js 16.4): Node.js 16.5, Netlify
- Operating system and version (e.g. Ubuntu 20.04.2 LTS): Ubuntu 20.04 LTS
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
It seems that the latest 2.0.0-beta.22 changed the footer behavior to no longer stick to the bottom of the screen as it did in previous iterations. Going through the changelogs I did not see anything that would indicate this behavior change (ofc I could have missed this)
This issue becomes more apparent with a shorter footer and short pages , however if you maximize some of the larger pages it'll happen too.
Examples in beta.22
My site:

https://62c8a564ff781b0008fdb9ec--lichdocs.netlify.app/test3/
https://docusaurus.io/docs/playground

Docusaurus Site:
Example in beta.21
my site: https://62c78fd7a6bde2000abc5216--lichdocs.netlify.app/test3/test-4/

https://stackblitz.com/edit/github-rcr1hm?file=package.json
Stackblitz Playground of Docusaurus beta.21
Reproducible demo
No response
Steps to reproduce
Expected behavior
Footer should not be contained with the page contents and stick to the bottom of screen.
Actual behavior
Footer wraps with page content instead of sticking to bottom of screen.
Your environment
Self-service