From 78a471000a6c642133b2584ee01650bf19567648 Mon Sep 17 00:00:00 2001 From: FlintyLemming Date: Thu, 29 Jan 2026 11:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20UI=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hugo-theme-stack/assets/scss/partials/menu.scss | 3 +-- themes/hugo-theme-stack/assets/scss/partials/sidebar.scss | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) 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;