Skip to content

Commit

Permalink
Merge pull request #181 from quixio/steverosam/sc-42805/docs-menu-scroll
Browse files Browse the repository at this point in the history
Keep footer at bottom of page.
  • Loading branch information
SteveRosam authored Jul 10, 2023
2 parents 956d7e0 + d13f49f commit c3368aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,8 @@ button.header-btn-inner:hover {
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}

.md-container{
height: calc(100vh - 72px) !important;
}

0 comments on commit c3368aa

Please sign in to comment.