diff --git a/themes/hugo-theme-stack/assets/scss/partials/menu.scss b/themes/hugo-theme-stack/assets/scss/partials/menu.scss index e7b1fae..76b4a34 100644 --- a/themes/hugo-theme-stack/assets/scss/partials/menu.scss +++ b/themes/hugo-theme-stack/assets/scss/partials/menu.scss @@ -129,8 +129,7 @@ /* Menu style */ #main-menu { list-style: none; - overflow-x: hidden; - overflow-y: auto; + overflow: visible; flex-grow: 1; font-size: 1.4rem; background-color: var(--card-background); diff --git a/themes/hugo-theme-stack/assets/scss/partials/sidebar.scss b/themes/hugo-theme-stack/assets/scss/partials/sidebar.scss index 0843108..30c442a 100644 --- a/themes/hugo-theme-stack/assets/scss/partials/sidebar.scss +++ b/themes/hugo-theme-stack/assets/scss/partials/sidebar.scss @@ -15,6 +15,7 @@ max-width: none; width: 100%; position: relative; + min-width: fit-content; --sidebar-avatar-size: 100px; --sidebar-element-separation: 20px;