Skip to content

Commit

Permalink
Merge pull request #180 from arorabhavik1001/arorabhavik1001/fixes-si…
Browse files Browse the repository at this point in the history
…debar-overlapping

Fixed Sidebar overflowing & overlapping on Footer
  • Loading branch information
Pranav0-0Aggarwal authored Jan 1, 2025
2 parents 90138e2 + ca77894 commit 6e2e762
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/stylesheets/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -595,3 +595,13 @@ video {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}


.md-footer {
z-index: 50 !important;
background-color: #1e1e1e !important;
}

.md-footer .md-navigation {
background-color: inherit;
}

0 comments on commit 6e2e762

Please sign in to comment.