Setting Footer Bottom Page

body {
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

Make sure to make a back-up of your app.css file, because when you install Component Libraries such as shadcn/ui, they'll overwrite the app.css file.

Last updated