Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 20:42
Show Gist options
  • Select an option

  • Save MariaJackson1/b17eb0fafce3eeea4f08a474ea21a4bc to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/b17eb0fafce3eeea4f08a474ea21a4bc to your computer and use it in GitHub Desktop.
Viewport Full Height
Add to each page's custom CSS
#main-content {
min-height: calc(100vh - 64px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment