Skip to content

Instantly share code, notes, and snippets.

@filkris
Created July 29, 2020 01:06
Show Gist options
  • Save filkris/14bcbf72e011c07ef651a7f6d18438f0 to your computer and use it in GitHub Desktop.
Save filkris/14bcbf72e011c07ef651a7f6d18438f0 to your computer and use it in GitHub Desktop.
Bootstrap 4 Sticky Footer Snippet
html,
body {
height: 100%;
}
.app {
height: 100%;
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
}
footer {
flex-shrink: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment