Skip to content

Commit

Permalink
fix(doc): make the footer sticky (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo authored May 3, 2022
1 parent 4db3ced commit e3125b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/assets/scss/_boosted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
}
}

html,
body {
min-height: 100vh;
}

//
// Boosted logo
//
Expand Down
2 changes: 2 additions & 0 deletions site/assets/scss/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

.bd-footer {
@include font-size(.875rem);
position: sticky;
top: 100vh;
font-weight: 700;

a {
Expand Down

0 comments on commit e3125b2

Please sign in to comment.