Skip to content

Commit

Permalink
Merge pull request #634 from VEuPathDB/fix-broken-ortho-footer-css
Browse files Browse the repository at this point in the history
Fix broken footer CSS
  • Loading branch information
jernestmyers authored Nov 13, 2023
2 parents c7411e6 + b73ccec commit c4f1516
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ body.vpdb-Body .vpdb-RootContainer.vpdb-RootContainer__home-page {
}

.vpdb-SearchPane {
min-height: 100vh;
padding-bottom: 12em;
}

.vpdb-MainContent {
Expand Down Expand Up @@ -78,6 +78,7 @@ body.vpdb-Body .vpdb-RootContainer.vpdb-RootContainer__home-page {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1;
}
}

Expand Down

0 comments on commit c4f1516

Please sign in to comment.