Skip to content

Commit

Permalink
fix: not able to scroll to the bottom of docs LHS (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatbarman authored Dec 27, 2023
1 parent e3a9e53 commit 9591e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ input[type="radio"]:checked::before {
[class*="navbarHidden"] + .main-wrapper .theme-doc-toc-desktop,
[class*="navbarHidden"] + .main-wrapper nav.menu {
top: 0;
padding-bottom: 0;
padding-bottom: var(--ifm-navbar-height);
}

a[class*="sidebarLogo"] {
Expand Down Expand Up @@ -414,7 +414,7 @@ nav.menu {
}

.navbar-sidebar__item .menu__list-item-collapsible .menu__link:after {
display: none;
display: none !important;
}

.navbar-sidebar__close svg {
Expand Down

0 comments on commit 9591e7d

Please sign in to comment.