diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index 29a8e1ecf8..e7f0902346 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -444,7 +444,7 @@ body.cid-community > #deprecation-warning > .deprecation-warning > * { .td-sidebar__inner { form.td-sidebar__search { - button.td-sidebar__toggle { + .td-sidebar__toggle { &:hover { color: #000000; } @@ -482,10 +482,6 @@ main.content { .td-blog { - .td-sidebar-nav { - max-height: calc(100vh - 8rem); - } - .widget-link { margin-bottom: 1rem; diff --git a/layouts/partials/blog-sidebar.html b/layouts/partials/blog-sidebar.html index f1d7b1aac0..bbdbd82330 100644 --- a/layouts/partials/blog-sidebar.html +++ b/layouts/partials/blog-sidebar.html @@ -5,6 +5,13 @@ sidebar-tree in use elsewhere on the site. */}} {{ $shouldDelayActive := ge (len .Site.Pages) 2000 }}