Skip to content

Commit

Permalink
fix: the scrollbar on sidebar (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
Revathyvenugopal162 and pyansys-ci-bot authored Aug 22, 2024
1 parent d9caba2 commit b606466
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/474.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: the scrollbar on sidebar
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
max-height: calc(100vh - var(--pst-header-height) - 1vh);
line-height: var(--ast-global-line-height);
border: none;
overflow: hidden;
overflow: auto;
}

.bd-sidebar-primary .sidebar-primary-items__end {
margin-bottom: unset;
margin-top: unset;
}

.sidebar-secondary-item {
Expand Down

0 comments on commit b606466

Please sign in to comment.