From 09133a753f326bb5f2e56a8a670ffac68b489756 Mon Sep 17 00:00:00 2001 From: Pentaz Date: Mon, 15 Aug 2022 20:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dfirfox=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E4=B8=AD=E6=98=BE=E7=A4=BA=E4=BE=A7=E8=BE=B9=E6=A0=8F?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E7=9A=84=E9=97=AE=E9=A2=98=20(#110)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/_common/cap.styl | 1 + source/css/_layout/partial/footer.styl | 1 + source/css/_layout/sidebar/sidebar.styl | 1 + 3 files changed, 3 insertions(+) diff --git a/source/css/_common/cap.styl b/source/css/_common/cap.styl index c7a3f81..e36ee91 100644 --- a/source/css/_common/cap.styl +++ b/source/css/_common/cap.styl @@ -1,6 +1,7 @@ .cap font-weight: 500 font-size: $fs-12 + scrollbar-width: none color: var(--text-p3) &.blue color: darken($color-md-blue, 6) diff --git a/source/css/_layout/partial/footer.styl b/source/css/_layout/partial/footer.styl index d3f8965..96b3837 100644 --- a/source/css/_layout/partial/footer.styl +++ b/source/css/_layout/partial/footer.styl @@ -9,6 +9,7 @@ .page-footer .sitemap margin: .5rem 0 2rem display: grid + scrollbar-width: none grid-gap: 1rem 1rem grid-auto-flow: column dense overflow: scroll diff --git a/source/css/_layout/sidebar/sidebar.styl b/source/css/_layout/sidebar/sidebar.styl index 55d4272..9f30759 100644 --- a/source/css/_layout/sidebar/sidebar.styl +++ b/source/css/_layout/sidebar/sidebar.styl @@ -149,6 +149,7 @@ nav.menu .l_left .widgets overflow: scroll flex-grow: 1 + scrollbar-width: none scrollbar(0, 0) z-index: 1 .widget-wrap