diff --git a/src/scss/layout/_sidebar.scss b/src/scss/layout/_sidebar.scss index 33ad3def..8feb5328 100644 --- a/src/scss/layout/_sidebar.scss +++ b/src/scss/layout/_sidebar.scss @@ -4,7 +4,7 @@ top: var(--rsk-navbar-height); } .menu{ - padding: 48px 24px 0 0; + padding: 48px 24px 20px 0; } } .menu__list-item-collapsible{ diff --git a/src/theme/DocRoot/Layout/Sidebar/styles.module.css b/src/theme/DocRoot/Layout/Sidebar/styles.module.css index 1a2b37cc..19bc572e 100644 --- a/src/theme/DocRoot/Layout/Sidebar/styles.module.css +++ b/src/theme/DocRoot/Layout/Sidebar/styles.module.css @@ -27,6 +27,6 @@ top: 0; position: sticky; height: 100%; - max-height: 100vh; + max-height: calc(100vh - var(--rsk-navbar-height,0vh)); } }