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