Skip to content

Commit

Permalink
MAINT: fix the height of sidebars to avoid overflow (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 authored May 22, 2023
1 parent 977a9a7 commit b0cda21
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -968,3 +968,13 @@ div.versionchanged {
div.admonition {
background-color: var(--pst-color-on-surface);
}

/*
############
Border lines
############
*/
.bd-sidebar-primary,
.bd-sidebar-secondary {
max-height: calc(100vh - var(--pst-header-height) - 1vh);
}

0 comments on commit b0cda21

Please sign in to comment.