修复firfox浏览器中显示侧边栏滚动条的问题 (#110)

This commit is contained in:
Pentaz 2022-08-15 20:08:43 +08:00 committed by GitHub
parent aad2552c2f
commit 09133a753f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.cap .cap
font-weight: 500 font-weight: 500
font-size: $fs-12 font-size: $fs-12
scrollbar-width: none
color: var(--text-p3) color: var(--text-p3)
&.blue &.blue
color: darken($color-md-blue, 6) color: darken($color-md-blue, 6)

View File

@ -9,6 +9,7 @@
.page-footer .sitemap .page-footer .sitemap
margin: .5rem 0 2rem margin: .5rem 0 2rem
display: grid display: grid
scrollbar-width: none
grid-gap: 1rem 1rem grid-gap: 1rem 1rem
grid-auto-flow: column dense grid-auto-flow: column dense
overflow: scroll overflow: scroll

View File

@ -149,6 +149,7 @@ nav.menu
.l_left .widgets .l_left .widgets
overflow: scroll overflow: scroll
flex-grow: 1 flex-grow: 1
scrollbar-width: none
scrollbar(0, 0) scrollbar(0, 0)
z-index: 1 z-index: 1
.widget-wrap .widget-wrap